summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-09-27 12:15:15 -0700
committerGitHub <noreply@github.com>2023-09-27 12:15:15 -0700
commitd4acf4bb11dbd7d3d6210e2949d21143d721e81e (patch)
tree8721faf94bb018298565feb1ab9aef85b6c2fc18 /docs
parent0315ebcc09037c9bd7ac41660853701318f3d688 (diff)
downloadsncontinue-d4acf4bb11dbd7d3d6210e2949d21143d721e81e.tar.gz
sncontinue-d4acf4bb11dbd7d3d6210e2949d21143d721e81e.tar.bz2
sncontinue-d4acf4bb11dbd7d3d6210e2949d21143d721e81e.zip
pull -> run
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/walkthroughs/codellama.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/walkthroughs/codellama.md b/docs/docs/walkthroughs/codellama.md
index b6ee2c22..4bf18c57 100644
--- a/docs/docs/walkthroughs/codellama.md
+++ b/docs/docs/walkthroughs/codellama.md
@@ -29,7 +29,7 @@ config = ContinueConfig(
## Ollama
1. Download Ollama [here](https://ollama.ai/) (it should walk you through the rest of these steps)
-2. Open a terminal and run `ollama pull codellama`\*
+2. Open a terminal and run `ollama run codellama`\*
3. Change your Continue config file to look like this:
```python