Skip to content

Commit 4151ef8

Browse files
authored
Update linux.md (ollama#11462)
1 parent 82da19c commit 4151ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ curl -fsSL https://ollama.com/install.sh | sh
1616
Download and extract the package:
1717

1818
```shell
19-
curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz
19+
curl -LO https://ollama.com/download/ollama-linux-amd64.tgz
2020
sudo tar -C /usr -xzf ollama-linux-amd64.tgz
2121
```
2222

0 commit comments

Comments
 (0)