improve install instruction
thanks to @mitya57
This commit is contained in:
parent
023ec7706f
commit
a945b00b6d
1 changed files with 4 additions and 4 deletions
|
@ -69,10 +69,10 @@ This fork is intended as temporary measure and will possibly stop being maintain
|
||||||
### Install from source
|
### Install from source
|
||||||
|
|
||||||
- clone this repo
|
- clone this repo
|
||||||
- install py3 and pip if needed (following instruction are for apt-based distributives)
|
- install python3 and pip if needed (following instruction are for apt-based distributives)
|
||||||
- `sudo apt-get update`
|
- `sudo apt-get update`
|
||||||
- `sudo apt-get install python3-pip`
|
- `sudo apt-get install python3-pip`
|
||||||
- `sudo python3 -m pip install -r requirements.txt`
|
- `python3 -m pip install -r requirements.txt`
|
||||||
- Start with: `python3 zeronet.py`
|
- Start with: `python3 zeronet.py`
|
||||||
- Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/
|
- Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue