summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt29
1 files changed, 18 insertions, 11 deletions
diff --git a/README.txt b/README.txt
index 1a786500..ba858454 100644
--- a/README.txt
+++ b/README.txt
@@ -48,13 +48,30 @@ You can:
Running the App
-----------------
-leap --debug --logfile /tmp/leap.log
+leap-client --debug --logfile /tmp/leap.log
+
+If you're running a branded build, the script name will have a suffix that
+depends on your build flavor:
+
+leap-client-springbok
(or python app.py --debug if you run it from the src/leap folder).
Development
==============
+Hack
+--------------
+
+(recommended)
+virtualenv . # ensure your .gitignore knows about it
+source bin/activate
+git checkout develop
+pkg/postmkvenv.sh
+
+python setup.py branding
+python setup.py develop
+
Running tests
-------------
@@ -82,16 +99,6 @@ Test-deps
have a look at setup/test-requires
-Hack
---------------
-
-(recommended)
-virtualenv . # ensure your .gitignore knows about it
-source bin/activate
-git checkout develop
-pkg/postmkvenv.sh
-python setup.py develop
-
Compiling resource/ui files
-----------------------------