summaryrefslogtreecommitdiff
path: root/extension/DEV_README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-01 20:56:51 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-01 20:56:51 -0700
commit0a7cd1d0820c5f496157b9f85200dbe911b6fc8a (patch)
tree677a05ba052b24fc525212f72408805728b79a2f /extension/DEV_README.md
parente17388eee44534e6b5d55bfcb4ae3e16cc5e1ede (diff)
downloadsncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.tar.gz
sncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.tar.bz2
sncontinue-0a7cd1d0820c5f496157b9f85200dbe911b6fc8a.zip
purge unecessary functions in envSetup (finally)
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.