Update README.md

This commit is contained in:
ilyaigpetrov 2020-10-16 14:06:23 +00:00 committed by GitHub
parent 8145f5f04a
commit 4e870d5b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Install # Install
Tested on NodeJS versoin: 12. Tested on NodeJS versoin: 14.
``` ```
npm install npm install
@ -9,11 +9,11 @@ npm install
cd - cd -
# For debugging: # For debugging:
npm start npm start
# Use your build/extension-beta # Use your build/extension-beta
# For production: # For production:
npm run release npm start
# Use your build/extension-full or build/extension-mini # Use your build/extension-full or build/extension-mini
``` ```