From bdc0ea1ba5346161c386f39a2414af810ba955e6 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 22 Feb 2024 02:08:03 -0500 Subject: [PATCH] Update import.md --- docs/import.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/import.md b/docs/import.md index 53fa113f..672916b5 100644 --- a/docs/import.md +++ b/docs/import.md @@ -125,9 +125,9 @@ 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: - a. macOS: `cat ~/.ollama/id_ed25519.pub` - b. Windows: `type %USERPROFILE%\.ollama\id_ed25519.pub` - c. Linux: `cat /usr/share/ollama/.ollama/id_ed25519.pub` + - macOS: `cat ~/.ollama/id_ed25519.pub` + - 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) Next, copy your model to your username's namespace: