Clarify npm docs in install.md

This commit is contained in:
Anmol Sethi
2020-05-27 16:48:11 -04:00
parent f71d8875d0
commit 29e5c4a293
3 changed files with 5 additions and 3 deletions

View File

@@ -51,13 +51,13 @@ yarn --production
node .
```
Now you can build the packages with:
Now you can build release packages with:
```
yarn release:standalone
# The standalone release is in ./release-standalone
yarn test:standalone-release
yarn package
# The standalone release is in ./release-standalone
# .deb, .rpm and the standalone archive are in ./release-packages
```