1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02:00

update readme for build folder

This commit is contained in:
Kyle Spearrin 2017-11-16 11:25:43 -05:00
parent 4d3a471049
commit f73e1f4399

View File

@ -38,10 +38,10 @@ You can now load the extension into your browser through the browser's extension
- Chrome/Opera:
1. Type `chrome://extensions` in your address bar to bring up the extensions page.
2. Enable developer mode (checkbox)
3. Click the "Load unpacked extension" button, navigate to the `dist` folder of your local extension instance, and click "Ok".
3. Click the "Load unpacked extension" button, navigate to the `build` folder of your local extension instance, and click "Ok".
- Firefox
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".
2. Click the `Load Temporary Add-on` button, navigate to the `build/manifest.json` file, and "Open".
# Contribute