Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-08-15 18:34:54 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-08-15 19:48:28 (GMT)
commitef45b52ddeb4dd22ac0864db8fb7c40d7a0e9733 (patch)
tree38b4eac6f5f3d7c249bf5869595f221ed0320318 /README
parent3f581fe83754ba71f28ab2a037db237c9d2844a2 (diff)
Add an auto-install command
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index 01ed54a..82cbf2c 100644
--- a/README
+++ b/README
@@ -65,8 +65,20 @@ make test Run UI tests
== Shell commands reference ==
-start-sugar Start sugar.
-send-patches Send local commits as patches for review.
+* start-sugar
+
+Start sugar.
+
+* send-patches
+
+Send local commits as patches for review.
+
+* auto-install
+
+Automatically install python files when they are modified. Run it
+inside a module directory, make changes to the code and have them
+applied without needing to run make install (you still need to
+restart sugar).
Use --help for more informations about each command.