summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-25 04:53:46 +0900
committerkali <kali@leap.se>2012-09-25 04:53:46 +0900
commit9706790006ec80eb358088288e1e770a465b3b01 (patch)
tree23a02b4e44a3a47ba1c1276cc4b2da72d6c14518
parentd1ebe98239fbc2baffa345558d396fa539e79202 (diff)
add branding step to hack section in readme
-rw-r--r--README.txt22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.txt b/README.txt
index 1a786500..953ca5f8 100644
--- a/README.txt
+++ b/README.txt
@@ -55,6 +55,18 @@ leap --debug --logfile /tmp/leap.log
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 +94,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
-----------------------------