summaryrefslogtreecommitdiff
path: root/docs/testers/howto.rst
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-09-12 18:23:44 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-09-12 18:23:44 -0300
commit1e9d1c9ff00f1269b17bc4dcf3004b0edcf6fde3 (patch)
treee1cd3166157d954eeac61fc0117efa4fab5ee320 /docs/testers/howto.rst
parent87516c8e913f91c546b87cfa26d2d12a1d90be7c (diff)
parent25cecaf03dd02ca2dd9fa78b7495c8557f20ec85 (diff)
Merge remote-tracking branch 'kali/feature/update-repo-in-docs' into develop
Diffstat (limited to 'docs/testers/howto.rst')
-rw-r--r--docs/testers/howto.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst
index 9c6561ed..015a4ab2 100644
--- a/docs/testers/howto.rst
+++ b/docs/testers/howto.rst
@@ -41,12 +41,12 @@ Download and source the following script in the parent folder where you want you
.. code-block:: bash
cd /tmp
- wget https://raw.github.com/leapcode/leap_client/develop/pkg/scripts/bitmask_bootstrap.sh
+ wget https://raw.github.com/leapcode/bitmask_client/develop/pkg/scripts/bitmask_bootstrap.sh
source bitmask_bootstrap.sh
Tada! If everything went well, you should be able to run bitmask by typing::
- bin/bitmask
+ bitmask
Noticed that your prompt changed? That was *virtualenv*. Keep reading...