Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/starting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'starting.rst')
-rw-r--r--starting.rst22
1 files changed, 22 insertions, 0 deletions
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.