summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-10-22 14:35:41 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-10-22 14:35:41 -0300
commite149f7e3e6a5c4621edd252fd7f75c580c5e49b3 (patch)
tree137e7854818f25d52591b5a2b96f64bba414cb8b /README.rst
parentc5da232623fb8322ab66f79fe823d16600be0090 (diff)
parente4ede90a3e20bd9b023fed12d6d72db3fcc380ab (diff)
Merge remote-tracking branch 'kali/feature/quickstart-and-deps' into develop
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index 7a8329b9..4bebc180 100644
--- a/README.rst
+++ b/README.rst
@@ -41,15 +41,22 @@ 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
-----------
-After getting the source and installing all the dependencies, proceed to install ``bitmask`` package::
+Quick install, from the cheese shop::
+
+ $ sudo pip install leap.bitmask
+
+If you prefer to install from sources::
+
+ $ make
+ $ sudo python2 setup.py install
- $ make
- $ sudo python2 setup.py install
Running
-------
@@ -102,13 +109,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
=======