summaryrefslogtreecommitdiff
path: root/continuedev/README.md
diff options
context:
space:
mode:
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 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