From b70cc7bb8859343af97bdad91a0e7afd6ac4f3a3 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 25 Sep 2019 09:59:44 +0200 Subject: [PATCH] Update readme with correct build instructions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2c8d1e..3c3f825 100644 --- a/README.md +++ b/README.md @@ -245,16 +245,16 @@ However, I do plan on implementing this feature. Hopefully by the end of the yea ### Installing the current, github version -Requirements: npm, yarn. +Requirements: npm, node. 1. Clone this repo -2. run `yarn install` -3. run `npm run watch:dev` +2. run `npm install` +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 -2. Open up Firefox -3. Go to `about:debugging` +2. Open up Firefox (or Chrome) +3. Go to `about:debugging` (or Chrome equivalent) 4. Add temporary addon 5. Select `${ultrawidify_folder}/dist/manifest.json`