From aa93423fbf003ad75c56a0a3577244638d24f9c5 Mon Sep 17 00:00:00 2001 From: Adrien Brault Date: Mon, 6 May 2024 22:47:00 +0200 Subject: [PATCH] docs: pbcopy on mac (#3129) --- docs/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/import.md b/docs/import.md index 672916b5..a492778f 100644 --- a/docs/import.md +++ b/docs/import.md @@ -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)