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 16:36:34 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-11-02 16:36:34 (GMT)
commitd64deeaa0fc44c2520ef9ad65b2101ddde4b8129 (patch)
treed1ac6eaa347a5137ec0fe31acc1c9563e409dc37
parentf9d62f8236c720c3026e9b38c177fe9b199c128f (diff)
Add README
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..873a55b
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+This is the Sweetener Documentation.
+
+To see it, you need to build it through sphinx.
+
+On Debian and derivated distros:
+# apt-get install python-sphinx
+On other distros:
+# easy_install -U sphinx
+
+Then:
+$ make html
+$ gnome-www-browser _build/html/index.html