Skip to content

Commit 8ba7769

Browse files
authored
Update Install instructions
1 parent 2900259 commit 8ba7769

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,13 @@ There is an official image, built from source at: https://hub.docker.com/r/canew
102102
### Online Proxies
103103
Proxies are like seed boxes for sites(i.e ZNX runs on a cloud vps), you can try zeronet experience from proxies. Add your proxy below if you have one.
104104

105+
<!--
105106
#### Official ZNX Proxy :
106107
107108
https://proxy.zeronet.dev/
108109
109110
https://zeronet.dev/
111+
-->
110112

111113
#### From Community
112114

@@ -118,15 +120,20 @@ https://zeronet.ipfsscan.io/
118120

119121

120122
### Install from source
121-
122123
- `wget https://github.com/ZeroNetX/ZeroNet/releases/latest/download/ZeroNet-src.zip`
123-
- `unzip ZeroNet-src.zip`
124+
- `sudo apt install unzip && unzip ZeroNet-src.zip`
124125
- `cd ZeroNet`
125126
- `sudo apt-get update`
126127
- `sudo apt-get install python3-pip`
127128
- `sudo python3 -m pip install -r requirements.txt`
129+
- > Above command should output "Successfully installed {Package Names Here...}" without any errors, Incase of any errors try this command for required dependencies
130+
>
131+
> `sudo apt install git autoconf pkg-config libffi-dev python3-pip python3-venv python3-dev build-essential libtool`
132+
>
133+
> and rerun `sudo python3 -m pip install -r requirements.txt`
128134
- Start with: `python3 zeronet.py`
129135
- Open the ZeroHello landing page in your browser by navigating to: http://127.0.0.1:43110/
136+
130137

131138
## Current limitations
132139

0 commit comments

Comments
 (0)