Changed Debian install method to apt-get

To make it compatible with Debian 8 Jessie
This commit is contained in:
ZeroNet 2015-05-06 01:42:28 +02:00
parent 32729d5608
commit 45f3772a9c
1 changed files with 4 additions and 4 deletions

View File

@ -80,10 +80,10 @@ It downloads the latest version of ZeroNet then starts it automatically.
#### Debian #### Debian
* `sudo apt-get update` * `sudo apt-get update`
* `sudo apt-get install build-essential python-dev python-pip git` * `sudo apt-get install msgpack-python python-gevent`
* `sudo pip install gevent msgpack-python` * `wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz`
* `git clone https://github.com/HelloZeroNet/ZeroNet.git` * `tar xvpfz master.tar.gz`
* `cd ZeroNet` * `cd ZeroNet-master`
* Start with `python zeronet.py` * Start with `python zeronet.py`
* Open http://127.0.0.1:43110/ in your browser and enjoy! :) * Open http://127.0.0.1:43110/ in your browser and enjoy! :)