summaryrefslogtreecommitdiff
path: root/extension/src/README.md
diff options
context:
space:
mode:
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 4969890f..ef90c31b 100644
--- a/extension/src/README.md
+++ b/extension/src/README.md
@@ -12,7 +12,7 @@
5. From `continue/extension`, run `npm install`
-6. Run `npm run full-package`
+6. Run `npm run package`
7. Open `src/activation/activate.ts` file (or any TypeScript file)
@@ -22,7 +22,6 @@
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
-
## Alternative: Install from source
Update: directions to root README