Skip to content

Commit

Permalink
Merge branch 'main' into release/1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Apr 12, 2024
2 parents 910c371 + 8eb2891 commit 504c75d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tlm is your CLI companion which requires nothing except your workstation. It use

- πŸ’» Works on macOS, Linux and Windows.

- πŸ‘©πŸ»β€πŸ’» Automatic shell detection.
- πŸ‘©πŸ»β€πŸ’» Automatic shell detection. (Powershell, Bash, Zsh)

- πŸš€ One liner generation and command explanation.

Expand Down Expand Up @@ -59,7 +59,7 @@ curl -fsSL https://ollama.com/install.sh | sh
# CPU Only
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama

# With GPU (Nvidia only)
# With GPU (Nvidia & AMD)
docker run -d --gpus=all -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
```

Expand Down Expand Up @@ -117,8 +117,6 @@ rm /usr/local/bin/tlm

On Windows;

Remove the directory under;

```
C:\Users\<username>\AppData\Local\Programs\tlm
```powershell
Remove-Item -Recurse -Force "C:\Users\$env:USERNAME\AppData\Local\Programs\tlm"
```

0 comments on commit 504c75d

Please sign in to comment.