Update readme with correct build instructions

This commit is contained in:
Tamius Han 2019-09-25 09:59:44 +02:00
parent 3788fee24c
commit b70cc7bb88

View File

@ -245,16 +245,16 @@ However, I do plan on implementing this feature. Hopefully by the end of the yea
### Installing the current, github version ### Installing the current, github version
Requirements: npm, yarn. Requirements: npm, node.
1. Clone this repo 1. Clone this repo
2. run `yarn install` 2. run `npm install`
3. run `npm run watch:dev` 3. If using **Firefox,** run: `npm run watch:dev`. If using **Chrome,** run: `npm run watch-chrome:dev`. If using Edge, run: `npm run watch-edge:dev`.
TODO: see if #3 already loads the extension in FF TODO: see if #3 already loads the extension in FF
2. Open up Firefox 2. Open up Firefox (or Chrome)
3. Go to `about:debugging` 3. Go to `about:debugging` (or Chrome equivalent)
4. Add temporary addon 4. Add temporary addon
5. Select `${ultrawidify_folder}/dist/manifest.json` 5. Select `${ultrawidify_folder}/dist/manifest.json`