Remove development test version warning, add windows instuctions, remove outdated instuctions
This commit is contained in:
parent
5a746769d0
commit
f9dcb29e92
1 changed files with 7 additions and 10 deletions
17
README.md
17
README.md
|
@ -1,5 +1,3 @@
|
||||||
__Warning: Development test version, do not use on live data__
|
|
||||||
|
|
||||||
# ZeroNet [](https://travis-ci.org/HelloZeroNet/ZeroNet) [](https://zeronet.io/docs/faq/) [](https://zeronet.io/docs/help_zeronet/donate/)
|
# ZeroNet [](https://travis-ci.org/HelloZeroNet/ZeroNet) [](https://zeronet.io/docs/faq/) [](https://zeronet.io/docs/help_zeronet/donate/)
|
||||||
|
|
||||||
Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
|
Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io
|
||||||
|
@ -63,19 +61,18 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network - https:/
|
||||||
|
|
||||||
## How to join
|
## How to join
|
||||||
|
|
||||||
### Install from package for your distribution
|
### Windows
|
||||||
|
|
||||||
* Arch Linux: [zeronet](https://aur.archlinux.org/zeronet.git), [zeronet-git](https://aur.archlinux.org/zeronet-git.git)
|
- Download [https://github.com/HelloZeroNet/ZeroNet-win/archive/dist-win64/ZeroNet-py3-win64.zip](ZeroNet-py3-win64.zip) (18MB)
|
||||||
* Gentoo: [emerge repository](https://github.com/leycec/raiagent)
|
- Unpack anywhere
|
||||||
* FreeBSD: zeronet
|
- Run `ZeroNet.exe`
|
||||||
* Whonix: [instructions](https://www.whonix.org/wiki/ZeroNet)
|
|
||||||
|
|
||||||
### Install from source
|
### Other platforms: Install from source
|
||||||
|
|
||||||
Fetch and extract the source:
|
Fetch and extract the source:
|
||||||
|
|
||||||
wget https://github.com/HelloZeroNet/ZeroNet/archive/py3.tar.gz
|
wget https://github.com/HelloZeroNet/ZeroNet/archive/py3/ZeroNet-py3.tar.gz
|
||||||
tar xvpfz py3.tar.gz
|
tar xvpfz ZeroNet-py3.tar.gz
|
||||||
cd ZeroNet-py3
|
cd ZeroNet-py3
|
||||||
|
|
||||||
Install Python module dependencies either:
|
Install Python module dependencies either:
|
||||||
|
|
Loading…
Reference in a new issue