From 8d3288d6033956dbbe05b64a990f7982fb0a4859 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 9 Nov 2017 22:51:13 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e4c035cb2..fc2ba0d398 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The bitwarden browser extension is written using the Chrome Web Extension API an By default the extension is targeting the production API. If you are running the [Core](https://github.com/bitwarden/core) API locally, you'll need to switch the extension to target your local instance. Open `src/services/apiService.js` and set `self.baseUrl` and `self.identityBaseUrl` to your local API instance (ex. `http://localhost:5000`). Then run the following commands: + ```bash npm install npm run dev:watch @@ -42,7 +43,7 @@ You can now load the extension into your browser through the browser's extension 1. Type `about:debugging` in your address bar to bring up the add-ons page. 2. Click the `Load Temporary Add-on` button, navigate to the `dist/manifest.json` file, and "Open". -### Release +**Release** To build the the extension for production the following commands should be run: