[Pkg-privacy-commits] [torbrowser-launcher] 107/476: rearranged readme and added a quick start section. fixes #26

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.

commit 76e5038dda456cd596a182b270df2be44afc2012
Author: Micah Lee <micahflee at riseup.net>
Date:   Tue Apr 9 20:40:05 2013 -0700

    rearranged readme and added a quick start section. fixes #26
---
 README.md | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 6257f15..542400a 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,22 @@ distribution's package manager and it handles everything else, including:
 * Verifying the TBB's [GnuPG signature](http://www.gnupg.org/gph/en/manual/x135.html)
 * Adding a "Tor Browser" application launcher to your desktop environment's menu
 
-When you first launch Tor Browser Launcher, it will download TBB from
-https://www.torproject.org/ and extract it in ```~/.torproject```, and then execute
-it. When you run it after that it will just execute TBB.
+Tor Browser Launcher isn't in any Debian repositories yet, but it will be soon.
 
-Building a Debian package
-=========================
+Quick Start
+-----------
+
+If you're using a Debian-based distro like Debian, Ubuntu, or Linux Mint, the
+following instructions will install dependencies, clone this repo, build a .deb, and
+install it with dpkg.
+
+    sudo apt-get install python-stdeb python-gtk2 python-psutil python-twisted wmctrl gnupg
+    git clone https://github.com/micahflee/torbrowser-launcher.git
+    cd torbrowser-launcher
+    ./build_and_install.sh
+
+Building
+========
 
 Dependencies
 ------------
@@ -29,13 +39,8 @@ Also install the ```torbrowser-launcher``` dependencies:
 
     apt-get install python-gtk2 python-psutil python-twisted wmctrl gnupg
 
-Building and Installing
------------------------
-
-If you're using a Debian-based distribution, you can build a ```.deb``` and install it
-in one step by running:
-
-    ./build_and_install.sh
+Debian packages
+---------------
 
 To build a Debian source package:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list