summaryrefslogtreecommitdiff
path: root/extension/src/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-15 11:36:13 -0700
committerGitHub <noreply@github.com>2023-06-15 11:36:13 -0700
commit22e24c457c1f6f088eb853c8d26d982374f4cefb (patch)
treedde5a927bf539f3859e0d2f9fa51647845465aa0 /extension/src/README.md
parent6de892f12959a43c74372f1eba40ec2f53b8c537 (diff)
parentaf3fa07730ef77c50b746b4c9d359024a754a510 (diff)
downloadsncontinue-22e24c457c1f6f088eb853c8d26d982374f4cefb.tar.gz
sncontinue-22e24c457c1f6f088eb853c8d26d982374f4cefb.tar.bz2
sncontinue-22e24c457c1f6f088eb853c8d26d982374f4cefb.zip
Merge pull request #98 from continuedev/slash-commands
adds /edit and /explain commands
Diffstat (limited to 'extension/src/README.md')
-rw-r--r--extension/src/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/extension/src/README.md b/extension/src/README.md
index c46de79f..4969890f 100644
--- a/extension/src/README.md
+++ b/extension/src/README.md
@@ -20,9 +20,8 @@
9. `cmd+shift+p` to look at developer console and select Continue commands
-10. Every time you make changes to the code, you need to run `npm run compile`
+10. Every time you make changes to the code, you need to run `npm run esbuild` unless you make changes inside of `react-app` and then you need to run `npm run build` from there
-11. If you run into a "command not found" error, try running `npm run rebuild` and then `npm run compile`
## Alternative: Install from source