From 693761e07a646962ea2f8d0ce71c632ac70f4b65 Mon Sep 17 00:00:00 2001 From: Yusuf Can Bayrak Date: Mon, 25 Mar 2024 14:56:39 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66ecccc..5bd2bf9 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,6 @@ rm /usr/local/bin/tlm On Windows; -Remove the directory under; - -``` -C:\Users\\AppData\Local\Programs\tlm +```powershell +Remove-Item -Recurse -Force "C:\Users\$env:USERNAME\AppData\Local\Programs\tlm" ``` From a55793af42364d9b013edb092916fe926b516002 Mon Sep 17 00:00:00 2001 From: Yusuf Can Bayrak Date: Mon, 1 Apr 2024 19:56:36 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd2bf9..e8b3e6a 100644 --- a/README.md +++ b/README.md @@ -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 ``` From 8eb2891c9254a64fed0681900788f2a9aac9a80c Mon Sep 17 00:00:00 2001 From: Yusuf Can Bayrak Date: Thu, 4 Apr 2024 09:54:37 +0200 Subject: [PATCH 3/3] closes #19 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b3e6a..87a8a80 100644 --- a/README.md +++ b/README.md @@ -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.