Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-11-02 13:25:18 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-11-02 13:25:18 (GMT)
commitbe9dbd3fa227ed97b38ab8c5747c8e4669c6dbb7 (patch)
tree007c0b05292c4b96f98fd696eec961b24ca3ac3f
parentb1d9f035a0d2978a356ecc00bc9a3a2d96ff898e (diff)
Add downloading information
-rw-r--r--index.rst1
-rw-r--r--starting.rst22
2 files changed, 23 insertions, 0 deletions
diff --git a/index.rst b/index.rst
index 2e4974c..90f416a 100644
--- a/index.rst
+++ b/index.rst
@@ -13,6 +13,7 @@ the aim of make a better experience for developers.
Contents:
.. toctree::
+ starting
sweetener
diff --git a/starting.rst b/starting.rst
new file mode 100644
index 0000000..dff5f65
--- /dev/null
+++ b/starting.rst
@@ -0,0 +1,22 @@
+First steps
+===========
+
+Getting Sweetener
+-----------------
+
+Sweetener is available on Git.
+To get all the packages in a stable version and have an example,
+write in a console:
+
+::
+
+ $ git clone git://git.sugarlabs.org/sweetener/sweetener.git
+ $ cd sweetener
+ $ git submodule init
+ $ git submodule update
+ $ make activity
+ $ python setup.py dev
+ $ make install
+
+Now you have a hello world application in the applications->accesories menu and
+its corresponding activity on Sugar.