diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-03 01:16:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 01:16:34 -0700 |
commit | 9c3f3e1aadddc0f77736a0078a204f7ab082be8d (patch) | |
tree | 19941667006e92ee3204c9d76f13521bd27621f2 /extension/DEV_README.md | |
parent | 9c07a0ee6cc4eb12518ecab894b197562837e737 (diff) | |
parent | 01ea5e221db410c1ac1e138caa80a6385458fe9b (diff) | |
download | sncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.tar.gz sncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.tar.bz2 sncontinue-9c3f3e1aadddc0f77736a0078a204f7ab082be8d.zip |
Merge pull request #337 from continuedev/package-python
Package python
Diffstat (limited to 'extension/DEV_README.md')
-rw-r--r-- | extension/DEV_README.md | 2 |
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. |