From 96009048b3ad96963fe471a165ef514cfb113c9f Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 27 Jun 2014 21:26:11 -0400 Subject: [PATCH] updated readme, added link to https://onionshare.org/ for binaries --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f8eac3..a5271035 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ OnionShare 0.3 is under active development and will be released soon. Features i ## Quick Start -You can install OnionShare 0.3dev right now by following [these instructions](/BUILD.md). You can install OnionShare 0.3 in your Tails persistent volume by following [these instructions](/tails/README.md) (requires Tails 1.1 or later). +You can download OnionShare to install on your computer from . + +You can set up your development environment to build OnionShare yourself by following [these instructions](/BUILD.md). You can also install OnionShare in your Tails persistent volume by following [these instructions](/tails/README.md) (requires Tails 1.1 or later). You can also install the command-line only version using pip: `sudo pip install onionshare`. When 0.3 is released the pip version will no longer be updated.