Skip to content

Commit

Permalink
❇️ README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Feb 20, 2024
1 parent d2ea8cb commit 2b9a7d2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,47 @@ tlm is your CLI companion which requires nothing then your workstation. It uses

- 👩🏻‍💻 Automatic shell detection.

## TLaMa in Action

### Powershell



### MacOS


### Linux

MacOS | Windows |
:-------------------------:|:-------------------------:
![](./assets/zsh.png) | ![](./assets/powershell.png)


## Installation

### Linux & MacOS

Download latest release;

```bash
curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlama/master/get-tlama.sh | bash
curl -fsSL -o tlm https://raw.githubusercontent.com/yusufcanb/tlama/master/get-tlama.sh
```

### Windows

Download latest release;

```powershell
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/yusufcanb/tlama/master/get-tlama.ps1" -OutFile "get-tlama.ps1"
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/yusufcanb/tlama/master/" -OutFile "tlm.exe"
```

> If you already have CodeLLaMa on your system, you can just use the following command to configure it;
>
> `.\tlm.exe config set llm.host <codellama_host>`

Then, you can use the following command to install CodeLLaMa;

# Run installation script
.\get-tlama.ps1
```powershell
Exec .\tlm install
```

And follow the instructions to install CodeLLaMa. This will install CodeLLaMa on your system and configure tlm to use it.

## Usage



## Uninstall

On Linux;
Expand Down
Binary file added assets/powershell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/zsh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b9a7d2

Please sign in to comment.