Skip to content

Commit

Permalink
fix yo info
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Aug 9, 2024
1 parent 88beb64 commit 759b43f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 3 additions & 6 deletions views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,10 @@ <h1>Privacy right at your fingertips.</h1>
</div>
<div class="mac-content">
<p>
<span class="cmd"
>git clone --recurse-submodules
<span class="url"
>https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git</span
>&#13;</span
<span class="cmd">git clone --recurse-submodules<span class="url"> https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git</span>&#13;</span
><br />
<span class="cmd">cd Holy-Unblocker&#13;</span><br /><br />
<span class="cmd">cd Holy-Unblocker&#13;</span><br />
<span class="comment">Recommended you switch branches via your IDE to a stable released branch such as v6.x instead of master.</span><br />
<span class="cmd">npm start&#13;</span><br />
<span class="comment">Or on subsequent uses...</span><br />
<span class="cmd">npm restart&#13;</span><br /><br />
Expand Down

0 comments on commit 759b43f

Please sign in to comment.