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: