summaryrefslogtreecommitdiff
path: root/docs/testers
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-08 00:32:21 +0900
committerkali <kali@leap.se>2013-01-08 00:32:21 +0900
commit656419216f15bfb1859ba850d2d9c9d143034e23 (patch)
tree0b59e499e36fcd10e3ac065b698d69aa65914f67 /docs/testers
parentc962db2a85efe265a6be34df8ab127acc220382d (diff)
doc polishing
Diffstat (limited to 'docs/testers')
-rw-r--r--docs/testers/howto.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst
index aabcb2b0..31e12419 100644
--- a/docs/testers/howto.rst
+++ b/docs/testers/howto.rst
@@ -36,9 +36,9 @@ 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/leap_client_bootstrap.sh
- $ source leap_client_bootstrap.sh
+ cd /tmp
+ wget https://raw.github.com/leapcode/leap_client/develop/pkg/scripts/leap_client_bootstrap.sh
+ source leap_client_bootstrap.sh
Tada! If everything went well, you should be able to run the client by typing::
@@ -68,7 +68,7 @@ Config files
If you want to start fresh without config files, just move them. In linux::
- $ mv ~/.config/leap ~/.config/leap.old
+ mv ~/.config/leap ~/.config/leap.old
Pulling latest changes
^^^^^^^^^^^^^^^^^^^^^^