File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/getting-started/clients/browser Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ instead.
5353### Build and Run the Browser Extension
5454
5555- In the local Browser project, run ` npm ci ` .
56- - To use the local browser extension on Safari, use this command: ` npm run dist:safari:dmg ` . Once
57- this has built, you should see the Bitwarden Extension in Safari's Settings under Extensions menu.
58- If not, open and build the related Xcode project (usually found in
56+ - To use the local browser extension on Safari, use this command: ` npm run dist:safari ` . Once this
57+ has built, you should see the Bitwarden Extension in Safari's Settings under Extensions menu. If
58+ not, open and build the related Xcode project (usually found in
5959 ` $HOME/browser/dist/Safari/dmg/desktop.xcodeproj ` ). It should then show up in the Settings
6060 Extensions menu, and you can enable it.
6161- For other browsers, use ` npm run build:watch ` and then load the locally built extension using the
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ the extension for every change, which is slower.
2282281. Build the extension for Safari
229229
230230 ```bash
231- npm run dist:safari:dmg
231+ npm run dist:safari
232232 ```
233233
2342342. Open Safari and check Settings to confirm that the extension is installed and enabled
You can’t perform that action at this time.
0 commit comments