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-11-26 21:11:53 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 21:12:34 (GMT)
commitd03656de0b2cf33644a4e5d1d6d759272e21f5e2 (patch)
treeaa1a125add9d5d19d3f34868f8640e1b5f1bea62
parentc36292b130842c4af568cfbf7624d5ab8638745e (diff)
Simplify developing instructions
Using the new build-[module] command
-rw-r--r--build.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/build.rst b/build.rst
index 0f666f0..2ae781b 100644
--- a/build.rst
+++ b/build.rst
@@ -45,16 +45,10 @@ Developing
----------
All the sources are inside the sugar-build/source directory. You can make
-changes using any text editor. When you are done you need to install the
-changes. Enter the shell and the build directory of the module you modified,
-for example::
+changes using any text editor. When you are done you need to build the
+changes. For example, if you made changes to the sugar module::
- make shell
- cd build/sugar
-
-Install your changes::
-
- make install
+ make build-sugar
If you made changes to an activity you can just restart it. If you made
changes to the system, you need to restart sugar. You are now inside a