summaryrefslogtreecommitdiff
path: root/continuedev/README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-05 12:09:18 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-05 12:09:18 -0400
commit9cda43f842b2489ce3119f43596a1a8a997adeb2 (patch)
tree6df9ae095b5222530b317f51f86217f8737387d8 /continuedev/README.md
parent4c9ed33c14df9e37d7d11faafb4182a3534141ca (diff)
parentffdfad51ffff037565e7b07a2e38c1cbcb6066da (diff)
downloadsncontinue-9cda43f842b2489ce3119f43596a1a8a997adeb2.tar.gz
sncontinue-9cda43f842b2489ce3119f43596a1a8a997adeb2.tar.bz2
sncontinue-9cda43f842b2489ce3119f43596a1a8a997adeb2.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'continuedev/README.md')
-rw-r--r--continuedev/README.md15
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