From b7ddec948ff8cfd90fffcb7f7e7facf7c6bb5662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalmo=20Mendon=C3=A7a?= Date: Mon, 17 Feb 2020 14:21:40 +1300 Subject: [PATCH] fix readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c3bce1..9b47977 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,12 @@ Browser extension for fetching and formatting [Hypothes.is](https://web.hypothes ## Install -``` -1. Run `npm start` +1. Run `npm build` 2. Load your extension on Chrome following: 1. Access `chrome://extensions/` 2. Check `Developer mode` 3. Click on `Load unpacked extension` 4. Select the `build` folder. -``` More info on the upstream project: https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate