Update README.md

fixing my mistake
This commit is contained in:
HellZeroNet 2020-04-12 20:54:43 +00:00 committed by GitHub
parent 00b1d8208a
commit c774bcdca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -77,7 +77,6 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network - https:/
- `wget https://github.com/HelloZeroNet/ZeroNet-linux/archive/dist-linux64/ZeroNet-py3-linux64.tar.gz`
- `tar xvpfz ZeroNet-py3-linux64.tar.gz`
- `cd ZeroNet-linux-dist-linux64/`
- `sudo -- sh -c 'apt update && apt -y upgrade && apt install python3-pip && python3 -m pip install --upgrade --no-cache-dir -r requirements.txt'`
- Start with: `./ZeroNet.sh`
- Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/
@ -91,7 +90,7 @@ There is an official image, built from source at: https://hub.docker.com/r/nofis
- `wget https://github.com/HelloZeroNet/ZeroNet/archive/py3/ZeroNet-py3.tar.gz`
- `tar xvpfz ZeroNet-py3.tar.gz`
- `cd ZeroNet-py3`
- `sudo -- sh -c 'apt update && apt install python3-pip && python3 -m pip install --upgrade --no-cache-dir -r requirements.txt'`
- `sudo -- sh -c 'apt update && apt -y upgrade && apt install python3-pip && python3 -m pip install --upgrade --no-cache-dir -r requirements.txt'`
- Start with: `python3 zeronet.py`
- Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/