Skip to content

Commit

Permalink
Small spelling/grammar corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
tobimensch committed Aug 31, 2018
1 parent 04e2b7c commit 11070a1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions contrib/setup_linux_build_environment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# How to setup the build environment for browsh on a generic linux system
# How to setup the build environment for browsh on a generic Linux system

This guide was made for x86-64 based Linux systems. You may try to adapt it to other systems.
In this guide it is assumed that you can't install the required go, nodejs and firefox versions from your distribution's repositories.In case this shouldn't be correct, you should try to install go, nodejs and firefox using the package manager of your distribution.
In this guide it is assumed that you can't install the required go, nodejs and firefox versions from your distribution's repositories. In case this shouldn't be correct, you should try to install go, nodejs and firefox using the package manager of your distribution.

## Installing golang

Expand Down Expand Up @@ -131,7 +131,7 @@ Run this in `GOPATH/src`:
In `REPO_ROOT/webext`:
> webpack --watch
This will continuously watch changes made to the web extension and rebuild it.
This will continuously watch for changes made to the web extension and rebuild it.

## Run firefox and the webextension
In `REPO_ROOT/webext/dist`:
Expand All @@ -142,4 +142,3 @@ In `REPO_ROOT/webext/dist`:
Or after building:
> ./browsh --firefox.use-existing --debug

0 comments on commit 11070a1

Please sign in to comment.