diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-05 08:53:48 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-05 08:53:48 +0200 |
commit | 0930f7048c9fcf5836cbee92e37a95f45693ded8 (patch) | |
tree | eb0596e1db4bfb54a8a6974f215bb382f4bf8b24 /continuedev/README.md | |
parent | 4fdf41ae8df6f58c27b034dd75f7efd66d8f4919 (diff) | |
download | sncontinue-0930f7048c9fcf5836cbee92e37a95f45693ded8.tar.gz sncontinue-0930f7048c9fcf5836cbee92e37a95f45693ded8.tar.bz2 sncontinue-0930f7048c9fcf5836cbee92e37a95f45693ded8.zip |
outcomes of work session
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 e27cf3ae..b7967ddd 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 |