From 784b82b51aa3cdba3538eb71f969fff781cc782c Mon Sep 17 00:00:00 2001 From: ZeroNet Date: Wed, 25 Mar 2015 12:40:12 +0100 Subject: [PATCH] More detailed linux install --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8d01a14..22e35518 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,13 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network #### Debian -* `apt-get install python-dev python-pip` -* `pip install pyzmq gevent msgpack-python` +* `sudo apt-get update` +* `sudo apt-get install build-essential python-dev python-pip git` +* `sudo pip install pyzmq gevent msgpack-python` +* `git clone https://github.com/HelloZeroNet/ZeroNet.git` +* `cd ZeroNet` * Start with `python zeronet.py` +* Open http://127.0.0.1:43110/ in your browser and enjoy! :) #### Other Linux or without root access * Check your python version using `python --version` if the returned version is not `Python 2.7.X` then try `python2` or `python2.7` command and use it from now