Skip to content

Commit

Permalink
Fix Mac Build Environment Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky authored and tombh committed May 24, 2022
1 parent 540882e commit 64c68a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/setup_mac_build_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ $ npx webpack --watch

```sh
$ # the dist folder is created in the first terminal
$ cd "$GOPATH/browsh/webext/dist"
$ cd "$GOPATH/src/browsh/webext/dist"
$ # create a dist folder inside the webext folder.
$ npx webpack --watch
```

### Terminal 3 (Displays Browsh)

```sh
$ cd "$GOPATH/browsh"
$ go run ./interfacer/src/main.go --firefox.use-existing --debug
$ cd "$GOPATH/src/browsh/interfacer"
$ go run ./cmd/browsh/main.go --firefox.use-existing --debug
```

0 comments on commit 64c68a9

Please sign in to comment.