diff options
author | varac <varacanero@zeromail.org> | 2013-09-03 13:51:46 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-09-03 13:51:46 +0200 |
commit | c82d3f8ffd30cdb59e4b0082e2627a3e5322b07b (patch) | |
tree | 52caacf464d408aa239f14e8da3271ed093278ef /docs | |
parent | 279b021c4e7c0cea3d56b97eb71ff414ad1750c6 (diff) |
pyton -> python
Diffstat (limited to 'docs')
-rw-r--r-- | docs/client/user-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/client/user-guide.md b/docs/client/user-guide.md index 7c1b1aa..2e19b68 100644 --- a/docs/client/user-guide.md +++ b/docs/client/user-guide.md @@ -16,7 +16,7 @@ Or from the github mirror Once you have grabbed a copy of the sources, you can install it into your site-packages easily - $ pyton setup.py install + $ python setup.py install Running @@ -53,4 +53,4 @@ Options To see all the available command line options: - $ leap-client --help
\ No newline at end of file + $ leap-client --help |