Update README.md

This commit is contained in:
Kyle Spearrin 2017-11-09 22:51:13 -05:00 committed by GitHub
parent 22409461dc
commit 8d3288d603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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: