Skip to content

Commit

Permalink
Fix setup_windows_build_environment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyGramlich committed Sep 21, 2018
1 parent d675d1f commit bc98212
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contrib/setup_windows_build_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Note: **Version 57 or higher is required.**

## Cloning the browsh repository
Navigate to GOPATH/src and run:
git clone https://github.com/browsh-org/browsh.git
> git clone https://github.com/browsh-org/browsh.git

## Setting up dependencies
Expand All @@ -51,7 +51,7 @@ Navigate to browsh/webext and run:
> npm install
## Building Browsh
## Building Browsh with Git Bash

Using Git Bash, navigate to browsh/interfacer/contrib and run:

Expand All @@ -64,13 +64,13 @@ Using Git Bash, navigate to browsh/interfacer/contrib and run:
Using Command Prompt or Powershell:

Navigate to GOPATH/browsh and run:
go run ./interfacer/src/main.go --firefox.use-existing --debug
> go run ./interfacer/src/main.go --firefox.use-existing --debug
Navigate to browsh/webext and run:
webpack --watch
> webpack --watch
Navigate to browsh/webext/dist and run:
web-ext run --verbose
> web-ext run --verbose


Expand Down

0 comments on commit bc98212

Please sign in to comment.