From 11070a1ba5122d219878f6e2491e276ca2f9d043 Mon Sep 17 00:00:00 2001 From: Tobi Date: Fri, 31 Aug 2018 12:57:42 -0400 Subject: [PATCH] Small spelling/grammar corrections --- contrib/setup_linux_build_environment.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/contrib/setup_linux_build_environment.md b/contrib/setup_linux_build_environment.md index a24d54d..4e65bf7 100644 --- a/contrib/setup_linux_build_environment.md +++ b/contrib/setup_linux_build_environment.md @@ -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 @@ -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`: @@ -142,4 +142,3 @@ In `REPO_ROOT/webext/dist`: Or after building: > ./browsh --firefox.use-existing --debug -