Skip to content

Commit 4cec16a

Browse files
authored
fix(doc): update Ollama installation guide (#7496)
Fix duplication in Ollama installation guide
1 parent 2f175d7 commit 4cec16a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/ollama-guide.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ curl -fsSL https://ollama.ai/install.sh | sh
3434
After installation, start the Ollama service:
3535

3636
```bash
37+
# Check Ollama version - verify it's installed
38+
ollama --version
39+
3740
# Start Ollama (runs in background)
3841
ollama serve
3942

4043
# Verify it's running
4144
curl http://localhost:11434
4245
# Should return "Ollama is running"
43-
44-
# Check Ollama version
45-
ollama --version
4646
```
4747

4848
### Step 3: Download Models

0 commit comments

Comments
 (0)