summaryrefslogtreecommitdiff
path: root/continuedev/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-05 09:35:25 +0200
committerGitHub <noreply@github.com>2023-06-05 09:35:25 +0200
commitffdfad51ffff037565e7b07a2e38c1cbcb6066da (patch)
treec3ea886502a2a32bd8dc576afb7115946a7ebe4b /continuedev/README.md
parentd1ccdb83c546710f0438798bf67168be2cf65ca6 (diff)
parent65099504c45579707b0122d16f908feb3bad6c65 (diff)
downloadsncontinue-ffdfad51ffff037565e7b07a2e38c1cbcb6066da.tar.gz
sncontinue-ffdfad51ffff037565e7b07a2e38c1cbcb6066da.tar.bz2
sncontinue-ffdfad51ffff037565e7b07a2e38c1cbcb6066da.zip
Merge pull request #64 from continuedev/docs-v0
docs v0
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