Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network - https:/
- `wget https://github.com/ZeroNetX/ZeroNet/releases/latest/download/ZeroNet-linux.zip`
- `unzip ZeroNet-linux.zip`
- `cd ZeroNet-linux`
- `chmod +x ./ZeroNet.sh`
- Fix paths: `sed -i "s|runtime/|/usr/|g" ./ZeroNet.sh && sed -i "s|../runtime/bin/openssl|openssl|" ./core/src/Crypt/CryptConnection.py`
- Start with: `./ZeroNet.sh`
- Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/

Expand Down