From 759b43f7862a3ab67df7834e6c0d6436e87872e2 Mon Sep 17 00:00:00 2001 From: QuiteAFancyEmerald <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:51:45 -0700 Subject: [PATCH] fix yo info --- README.md | 4 ++++ views/index.html | 9 +++------ 2 files changed, 7 insertions(+), 6 deletions(-) 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