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

This commit is contained in:
Marcelo Fornet 2025-07-16 19:50:46 +02:00 committed by GitHub
parent 4261a3b0b2
commit 2e3fd86d48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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
```
```