From 8125ce4cb65a0f121c79c57f702323d2b91b13b5 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 19 Feb 2024 22:48:24 -0500 Subject: [PATCH] Update import.md Add instructions to get public key on windows --- docs/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/import.md b/docs/import.md index 114e59a2..c5f51b89 100644 --- a/docs/import.md +++ b/docs/import.md @@ -124,7 +124,7 @@ ollama run example "What is your favourite condiment?" Publishing models is in early alpha. If you'd like to publish your model to share with others, follow these steps: 1. Create [an account](https://ollama.com/signup) -2. Run `cat ~/.ollama/id_ed25519.pub` to view your Ollama public key. Copy this to the clipboard. +2. Run `cat ~/.ollama/id_ed25519.pub` (or `type %USERPROFILE%\.ollama\id_ed25519.pub` on Windows) to view your Ollama public key. Copy this to the clipboard. 3. Add your public key to your [Ollama account](https://ollama.com/settings/keys) Next, copy your model to your username's namespace: