Provide more build/install details for reviewers

This commit is contained in:
ilyaigpetrov 2020-10-16 14:13:11 +00:00
parent fccc2611b2
commit 94aefc8ddc

View File

@ -1,6 +1,10 @@
# Install # Install
Tested on NodeJS versoin: 12. Tested on:
NodeJS: v14.13.1.
NPM: 6.14.8.
OS: Linux Mint 20 Xfce Edition.
``` ```
npm install npm install
@ -13,11 +17,11 @@ 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
``` ```
# Release # Release Instructions
1. `npm run release` 1. `npm run release`
2. `vim src/templates-data.js` and bump version. 2. `vim src/templates-data.js` and bump version.