mirror of https://github.com/ollama/ollama.git
docs: fix typo in macos.md (#11425)
This commit is contained in:
parent
4261a3b0b2
commit
2e3fd86d48
|
@ -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 on MacOS stores files in a few different locations.
|
||||||
- `~/.ollama` contains models and configuration
|
- `~/.ollama` contains models and configuration
|
||||||
- `~/.ollama/logs` contains logs
|
- `~/.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
|
- *server.log* contains the most recent server logs
|
||||||
- `<install location>/Ollama.app/Contents/Resources/ollama` the CLI binary
|
- `<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/Caches/ollama
|
||||||
rm -rf ~/Library/WebKit/com.electron.ollama
|
rm -rf ~/Library/WebKit/com.electron.ollama
|
||||||
rm -rf ~/.ollama
|
rm -rf ~/.ollama
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue