summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-10-16 16:39:13 -0300
committerKali Kaneko <kali@leap.se>2013-10-22 10:31:32 -0200
commit297694e06ffb1eb4b191cbc164bd1d7a8ba5f46b (patch)
tree6d9e3ed1f630646dde5a7e28be99fb10032026f2 /README.rst
parentc5da232623fb8322ab66f79fe823d16600be0090 (diff)
Update apt-get dependencies
* Also, tweak different sections to be consistent with the new quickstart. * Squashed contributions by Jeremy (@bneg) * add note about authors.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 7a8329b9..a9af236e 100644
--- a/README.rst
+++ b/README.rst
@@ -41,7 +41,9 @@ Getting dependencies under debian
With a Debian based system, to be able to run Bitmask you need to run the following command::
- $ sudo apt-get install openvpn python-pyside pyside-tools python-setuptools python-all-dev python-pip python-dev python-openssl
+ $ sudo apt-get install git python-dev python-setuptools
+ python-virtualenv python-pip python-openssl libsqlite3-dev g++ openvpn
+ pyside-tools python-pyside
Installing
-----------
@@ -102,13 +104,6 @@ Run Bitmask::
(bitmask)$ bitmask --debug
-
-If you are testing a new provider that doesn't have the proper certificates yet, you can use --danger flag, but **DO NOT use it on a regular basis**.
-
-**WARNING**: If you use the --danger flag you may be victim to a MITM_ attack without noticing. Use at your own risk.
-
-.. _MITM: http://en.wikipedia.org/wiki/Man-in-the-middle_attack
-
Testing
=======