Browse Source

docs: fix typo in macos.md (#11425)

mxyng/quant
Marcelo Fornet 9 months ago
committed by GitHub
parent
commit
2e3fd86d48
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/macos.md

4
docs/macos.md

@ -22,7 +22,7 @@ To install the Ollama application somewhere other than `Applications`, place the
Ollama on MacOS stores files in a few different locations.
- `~/.ollama` contains models and configuration
- `~/.ollama/logs` contains logs
- *app.log* contains most resent logs from the GUI application
- *app.log* contains most recent logs from the GUI application
- *server.log* contains the most recent server logs
- `<install location>/Ollama.app/Contents/Resources/ollama` the CLI binary
@ -39,4 +39,4 @@ rm -rf ~/Library/Caches/com.electron.ollama/
rm -rf ~/Library/Caches/ollama
rm -rf ~/Library/WebKit/com.electron.ollama
rm -rf ~/.ollama
```
```

Loading…
Cancel
Save