Update README.md

fixes bad msgpack version on mint
This commit is contained in:
noflag 2015-09-05 22:30:20 -07:00
parent d8edaeb6ac
commit 9a3de195c5
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ It downloads the latest version of ZeroNet then starts it automatically.
#### Debian
* `sudo apt-get update`
* `sudo apt-get install msgpack-python python-gevent`
* `sudo apt-get install python-gevent`
* `sudo pip install msgpack-python`
* `wget https://github.com/HelloZeroNet/ZeroNet/archive/master.tar.gz`
* `tar xvpfz master.tar.gz`
* `cd ZeroNet-master`