diff --git a/README.md b/README.md index 0b763db2..5d833375 100644 --- a/README.md +++ b/README.md @@ -51,23 +51,28 @@ Development/Other: Read the [Development](#development) section.
git clone https://github.com/ohlookitsderpy/Mue (If you don't have Git just go to Clone or
download and click Download ZIP)
yarn (or npm install)
- yarn start (or npm start)
+ yarn (or npm i)
+ yarn run all (or npm run all)
manifest-chrome.json to manifest.json
+ yarn run build (or npm run build)
+ manifest-chrome.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React)
chrome://extensions in Chrome
manifest-opera.json to manifest.json
+ yarn run build (or npm run build)
+ manifest-opera.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React)
about://extensions in Opera
manifest-firefox.json to manifest.json
+ yarn run build (or npm run build)
+ manifest-firefox.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React)
+ manifest/background-opera.js to build/background-opera.js
about:debugging#addons in Firefox