X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=542400a7422822879791567c7649a704c4123f42;hb=9d946a1bcf6e3eb93a8460d781d09004add7198d;hp=6257f15ecc14deab9db44505502ad71de05bf5c2;hpb=a592970c3e3b33de8971f17c69c378c2f77a60fd;p=torbrowser-launcher.git 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: