Update README.md

Added link to the guide for setting up a build environment on Linux to the README.md
This commit is contained in:
Tobi 2018-08-31 12:52:38 -04:00 committed by GitHub
parent 9f9733f0d4
commit 04e2b7c2ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,8 @@ Then the ideal setup for development is:
webextension everytime webpack rebuilds it: (in `webext/dist`) webextension everytime webpack rebuilds it: (in `webext/dist`)
`web-ext run --verbose` `web-ext run --verbose`
For generic Linux systems you can follow [this guide](https://github.com/browsh-org/browsh/blob/master/contrib/setup_linux_build_environment.md) on how to setup a build environment, that you may be able to adapt for other systems as well.
### Communication ### Communication
Questions about Brow.sh? Stuck trying to resolve a tricky issue? Connect with the Brow.sh community on [Gitter](https://gitter.im/browsh)! Questions about Brow.sh? Stuck trying to resolve a tricky issue? Connect with the Brow.sh community on [Gitter](https://gitter.im/browsh)!