[Pkg-anonymity-tools] [torbrowser-launcher] 02/04: updated BUILD.md for syntax

Holger Levsen holger at moszumanska.debian.org
Sun Jan 25 15:06:04 UTC 2015


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

holger pushed a commit to annotated tag v0.1.9
in repository torbrowser-launcher.

commit 524788efb2c07b3b7911a184b6ffa54fa74f6dbe
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Jan 21 11:59:59 2015 -0800

    updated BUILD.md for syntax
---
 BUILD.md | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/BUILD.md b/BUILD.md
index 434b2ca..93163a5 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -2,26 +2,32 @@
 
 First, clone the repository:
 
-    git clone https://github.com/micahflee/torbrowser-launcher.git
-    cd torbrowser-launcher
+```sh
+git clone https://github.com/micahflee/torbrowser-launcher.git
+cd torbrowser-launcher
+```
 
 Then install dependencies, build a package, and install:
 
 ### Debian, Ubuntu, Linux Mint, etc.
 
-    sudo apt-get install build-essential python-all python-stdeb python-gtk2 python-psutil python-twisted python-lzma python-txsocksx wmctrl gnupg fakeroot xz-utils tor
-    ./build_deb.sh
-    sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
+```sh
+sudo apt-get install build-essential python-all python-stdeb python-gtk2 python-psutil python-twisted python-lzma python-txsocksx wmctrl gnupg fakeroot xz-utils tor
+./build_deb.sh
+sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
+```
 
-Optionally you can install python-pygame if you want to play a modem sound while Tor Browser is launching.
+Optionally you can install `python-pygame` if you want to play a modem sound while Tor Browser is launching.
 
 ### Red Hat, Fedora, CentOS, etc.
 
-    sudo yum install python-psutil python-twisted wmctrl gnupg fakeroot rpm-build
-    ./build_rpm.sh
-    sudo yum install dist/torbrowser-launcher-*.rpm
+```sh
+sudo yum install python-psutil python-twisted wmctrl gnupg fakeroot rpm-build
+./build_rpm.sh
+sudo yum install dist/torbrowser-launcher-*.rpm
+```
 
-Optionally you can install pygame if you want to play a modem sound while Tor Browser is launching.
+Optionally you can install `pygame` if you want to play a modem sound while Tor Browser is launching.
 
 ### Run without installing
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list