We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82da19c commit 4151ef8Copy full SHA for 4151ef8
docs/linux.md
@@ -16,7 +16,7 @@ curl -fsSL https://ollama.com/install.sh | sh
16
Download and extract the package:
17
18
```shell
19
-curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz
+curl -LO https://ollama.com/download/ollama-linux-amd64.tgz
20
sudo tar -C /usr -xzf ollama-linux-amd64.tgz
21
```
22
0 commit comments