diff --git a/README.md b/README.md index 5c66ab88..3b47cb91 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ npm start npm restart ``` +### It is highly recommended you switch branches via your IDE to a stable released branch. Often the master branch contains unstable or WIP changes. + +#### Example v6.x instead of master + The default place for the proxy when its started is `http://localhost:8080`, but you can change it if needed in `/src/config.json`. This website is hosted locally with Ultraviolet and Rammerhead built-in. diff --git a/views/index.html b/views/index.html index 700a279b..19bb2049 100644 --- a/views/index.html +++ b/views/index.html @@ -316,13 +316,10 @@

Privacy right at your fingertips.

- git clone --recurse-submodules - https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git git clone --recurse-submodules https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
- cd Holy-Unblocker

+ cd Holy-Unblocker
+ Recommended you switch branches via your IDE to a stable released branch such as v6.x instead of master.
npm start
Or on subsequent uses...
npm restart