diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-05 12:09:18 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-05 12:09:18 -0400 |
commit | 8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016 (patch) | |
tree | 6bbf70a6029d9ddd5f9f6b3856702b6baf799cc6 /continuedev/README.md | |
parent | 9613750fd1ff48343e8d80ce5154733a4dbc55d7 (diff) | |
parent | 1261c54b736b29be361ac30fe1fd9bad52e62c2d (diff) | |
download | sncontinue-8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016.tar.gz sncontinue-8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016.tar.bz2 sncontinue-8e5f5fc5c92ebc77578ffda5ce1fbc35bea60016.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'continuedev/README.md')
-rw-r--r-- | continuedev/README.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/continuedev/README.md b/continuedev/README.md index d6718c14..911d467d 100644 --- a/continuedev/README.md +++ b/continuedev/README.md @@ -6,13 +6,14 @@ Continue is a Python library for automating repetitive sequences of software dev ## Continue Server -The Continue server acts as a bridge between the Continue React app and your IDE, running your recipes and acting on the codebase. Start it by running the following commands: - -- `cd continuedev` -- Make sure packages are installed with `poetry install` -- `poetry shell` -- `cd ..` -- `python3 -m continuedev.src.continuedev.server.main` +The Continue server acts as a bridge between the Continue React app and your IDE, running your recipes and acting on the codebase. + +Start it by running the following commands: +1. `cd continuedev` +2. Make sure packages are installed with `poetry install` +3. `poetry shell` +4. `cd ..` +5. `python3 -m continuedev.src.continuedev.server.main` ## Scripts |