summaryrefslogtreecommitdiff
path: root/extension/DEV_README.md
diff options
context:
space:
mode:
Diffstat (limited to 'extension/DEV_README.md')
-rw-r--r--extension/DEV_README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/DEV_README.md b/extension/DEV_README.md
index 72ea5c6a..8e244bc3 100644
--- a/extension/DEV_README.md
+++ b/extension/DEV_README.md
@@ -10,7 +10,7 @@ This is the Continue VS Code Extension. Its primary jobs are
1. Clone this repo
2. `cd extension`
-3. `npm run full-package`
+3. `npm run package`
> If NPM is not installed, you can use `brew install node` on Mac, or see the [installation page](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) for other platforms, or more detailed instructions.