diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/walkthroughs/manually-run-continue.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/walkthroughs/manually-run-continue.md b/docs/docs/walkthroughs/manually-run-continue.md index 26b8e07e..a20fe69b 100644 --- a/docs/docs/walkthroughs/manually-run-continue.md +++ b/docs/docs/walkthroughs/manually-run-continue.md @@ -40,7 +40,7 @@ If you don't want to use the PyPI package, but need a version of Continue that w 1. Clone the [Continue repo](https://github.com/continuedev/continue) 2. Change directories into the repo: `cd continue` -3. Run the build script: `sh build.sh` (or `sh buildm1.sh` if building for an M1 Mac, or `build.cmd` if on Windows without WSL) +3. Run the build script: `sh build.sh` (or `sh build.sh m1` if building for an M1 Mac, or `build.cmd` if on Windows without WSL) 4. Now that the binary is outputted in the `./dist` folder, start the server by running `./dist/run`. You should see that it begins listening on port 65432. ## Run the server from source |