From ba23dd51323bb1c0d8e9bcb85f9c88b73548da69 Mon Sep 17 00:00:00 2001 From: ZeroNet Date: Sat, 26 Mar 2016 01:47:07 +0100 Subject: [PATCH] 32bit linux download, more simple download section --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 07095ea1..c0061137 100644 --- a/README.md +++ b/README.md @@ -61,16 +61,13 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network - https:/ ## How to join -### Windows - -* [Download ZeroBundle package](https://github.com/HelloZeroNet/ZeroBundle/releases/download/0.1.1/ZeroBundle-v0.1.1.zip) that includes Python 2.7.9 and all required libraries -* Unpack to any directory -* Run `zeronet.cmd` +* Download ZeroBundle package: [Microsoft Windows](https://github.com/HelloZeroNet/ZeroBundle/releases/download/0.1.1/ZeroBundle-v0.1.1.zip), [Apple OS X](https://github.com/HelloZeroNet/ZeroBundle/releases/download/0.1.1/ZeroBundle-mac-v0.1.1.zip), [Linux 64bit](https://github.com/HelloZeroNet/ZeroBundle/releases/download/0.1.1/ZeroBundle-linux64-v0.1.1.tar.gz), [Linux 32bit](https://github.com/HelloZeroNet/ZeroBundle/releases/download/0.1.1/ZeroBundle-linux32-v0.1.1.tar.gz) +* Unpack anywhere +* Run `ZeroNet.cmd` (win), `ZeroNet(.app)` (osx), `ZeroNet.sh` (linux) It downloads the latest version of ZeroNet then starts it automatically. - -### Linux +### Linux terminal * `wget https://github.com/HelloZeroNet/ZeroBundle/releases/download/0.1.1/ZeroBundle-linux64-v0.1.1.tar.gz` * `tar xvpfz ZeroBundle-linux64-v0.1.1.tar.gz` @@ -89,14 +86,6 @@ It downloads the latest version of ZeroNet then starts it automatically. * Start with `python zeronet.py` * Open http://127.0.0.1:43110/ in your browser -### Mac - -* [Download ZeroBundle package](https://github.com/HelloZeroNet/ZeroBundle/releases/download/0.1.1/ZeroBundle-mac-v0.1.1.zip) that includes Python 2.7.11 and all required libraries -* Unpack -* Run `ZeroNet(.app)` - -It downloads the latest version of ZeroNet then starts it automatically. - ### [Vagrant](https://www.vagrantup.com/)