From 25cecaf03dd02ca2dd9fa78b7495c8557f20ec85 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 12 Sep 2013 23:12:52 +0200 Subject: update to new git repo name --- docs/testers/howto.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/testers/howto.rst') 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... -- cgit v1.2.3 From e196338abec4597862142c5e6ac4e57d1c0b27ce Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 18 Sep 2013 12:26:47 -0400 Subject: update obsolete qt4 dep --- docs/testers/howto.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/testers/howto.rst') diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst index 015a4ab2..61d38787 100644 --- a/docs/testers/howto.rst +++ b/docs/testers/howto.rst @@ -25,8 +25,9 @@ Install dependencies ^^^^^^^^^^^^^^^^^^^^ First, install all the base dependencies plus git, virtualenv and development files needed to compile several extensions:: - apt-get install openvpn git-core python-dev python-qt4 python-setuptools python-virtualenv + apt-get install openvpn git-core python-dev python-pyside python-setuptools python-virtualenv +.. TODO Should review these dependencies. ^^ Bootstrap script ^^^^^^^^^^^^^^^^ -- cgit v1.2.3