Skip to content

Commit

Permalink
Changed Debian install method to apt-get
Browse files Browse the repository at this point in the history
To make it compatible with Debian 8 Jessie
  • Loading branch information
HelloZeroNet committed May 5, 2015
1 parent 32729d5 commit 45f3772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ It downloads the latest version of ZeroNet then starts it automatically.
#### Debian

* `sudo apt-get update`
* `sudo apt-get install build-essential python-dev python-pip git`
* `sudo pip install gevent msgpack-python`
* `git clone https://github.com/HelloZeroNet/ZeroNet.git`
* `cd ZeroNet`
* `sudo apt-get install msgpack-python python-gevent`
* `wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz`
* `tar xvpfz master.tar.gz`
* `cd ZeroNet-master`
* Start with `python zeronet.py`
* Open http://127.0.0.1:43110/ in your browser and enjoy! :)

Expand Down

0 comments on commit 45f3772

Please sign in to comment.