Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-26 13:45:37 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-26 13:45:37 (GMT)
commit92dd0b778cc3a5af478b6e4f072f258195c0b931 (patch)
treef500719449c3c011a2ac1be1635ad5bda86ba6a6
parent13bab907e7334b750c14452ebb5f18a63da93714 (diff)
Add information about updating the sources
-rw-r--r--build.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.rst b/build.rst
index 58ed872..5c8c4e7 100644
--- a/build.rst
+++ b/build.rst
@@ -47,6 +47,16 @@ restart it with::
make run
+Once in a while you will want to update to the latest sugar sources, issuing
+the command::
+
+ make pull
+
+It's also a good idea to keep up with the latest sugar-build scripts. You can
+do that like for any other git repository::
+
+ git pull
+
Commands reference
------------------