From 79c2fdac48c740a92729ea6a2c39bcb00f5006e6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 10 Nov 2017 23:56:22 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index fc2ba0d398..9a4ce001f5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The bitwarden browser extension is written using the Chrome Web Extension API an - [Gulp](http://gulpjs.com/) (`npm install --global gulp-cli`) - Chrome (preferred), Opera, or Firefox browser -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`). +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/api.service.ts` and set `this.baseUrl` and `this.identityBaseUrl` to your local API instance (ex. `http://localhost:5000`). Then run the following commands: @@ -43,17 +43,6 @@ 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** - -To build the the extension for production the following commands should be run: - -```bash -npm run prod -gulp dist:[browser] -``` - -Where `[browser]` is the web browser to target. Currently the following web browsers are supported: `chrome`, `edge`, `firefox` and `opera`. - # Contribute Code contributions are welcome! Please commit any pull requests against the `master` branch. Learn more about how to contribute by reading the [`CONTRIBUTING.md`](CONTRIBUTING.md) file.