summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-10-24 04:31:27 +0900
committerkali <kali@leap.se>2012-10-24 04:31:27 +0900
commit691b40fd6d593d1b9af316d1108258f02a305a70 (patch)
treee3226cf264c7944680f1817778e82283510d9ed7 /README.rst
parent205324734626a5dece03fc871448d0f71bbfb46d (diff)
revoved all refs to branded client from README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 4 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index d1f91c4b..e6b203b7 100644
--- a/README.rst
+++ b/README.rst
@@ -54,11 +54,6 @@ Install leap-client
After getting the source and installing all the dependencies, proceed to install ``leap-client`` package:
-# need to run this if you are installing from the git source tree
-# not needed if installing from a tarball::
-
- python setup.py branding
-
# run this if you have installed previous versions before::
python setup.py clean
@@ -71,18 +66,17 @@ And finally, build and install leap-client::
Running the App
-----------------
-If you're running a branded build, the script name will have a infix that
-depends on your build flavor. Look for it in ``/usr/local/bin``::
+After a successful installation, there should be a launcher called leap-client somewhere in your path::
- % leap-springbok-client
+ % leap-client
In order to run the client in debug mode::
- % leap-springbok-client --debug --logfile /tmp/leap.log
+ % leap-client --debug --logfile /tmp/leap.log
To see all the available command line options::
- % leap-springbok-client --help
+ % leap-client --help
Development
@@ -120,7 +114,6 @@ Some steps need to be run when setting a development environment for the first t
(leap_client)% git checkout develop
(leap_client)% pkg/postmkvenv.sh
- (leap_client)% python setup.py branding
(leap_client)% python setup.py develop
to avoid messing with the entry point and global versions installed,