Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.