summaryrefslogtreecommitdiff
path: root/continuedev/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-05 08:53:48 +0200
committerTy Dunn <ty@tydunn.com>2023-06-05 08:53:48 +0200
commit61ef38efa40e6ef61efa375de5daea4306b635d9 (patch)
treee630618fdf84227dfce5e74d341823a94c825af7 /continuedev/README.md
parenta3734d0500c412af891265c1855a43b19752f4e5 (diff)
downloadsncontinue-61ef38efa40e6ef61efa375de5daea4306b635d9.tar.gz
sncontinue-61ef38efa40e6ef61efa375de5daea4306b635d9.tar.bz2
sncontinue-61ef38efa40e6ef61efa375de5daea4306b635d9.zip
outcomes of work session
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