From 45f3772a9c863d64f3a87599422d8a62242c36b2 Mon Sep 17 00:00:00 2001 From: ZeroNet Date: Wed, 6 May 2015 01:42:28 +0200 Subject: [PATCH] Changed Debian install method to apt-get To make it compatible with Debian 8 Jessie --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dae9dd9e..c1f6920d 100644 --- a/README.md +++ b/README.md @@ -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! :)