docs: pbcopy on mac (#3129)
This commit is contained in:
parent
01c9386267
commit
aa93423fbf
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ Publishing models is in early alpha. If you'd like to publish your model to shar
|
|||
|
||||
1. Create [an account](https://ollama.com/signup)
|
||||
2. Copy your Ollama public key:
|
||||
- macOS: `cat ~/.ollama/id_ed25519.pub`
|
||||
- macOS: `cat ~/.ollama/id_ed25519.pub | pbcopy`
|
||||
- Windows: `type %USERPROFILE%\.ollama\id_ed25519.pub`
|
||||
- Linux: `cat /usr/share/ollama/.ollama/id_ed25519.pub`
|
||||
3. Add your public key to your [Ollama account](https://ollama.com/settings/keys)
|
||||
|
|
Loading…
Add table
Reference in a new issue