Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Irber <luiz.irber@gmail.com>2008-04-19 19:25:11 (GMT)
committer Luiz Irber <luiz.irber@gmail.com>2008-04-19 19:25:11 (GMT)
commit5450009c4e4a6c5690d339b7a2da60f3e1e51a4b (patch)
tree0b8fad195c355857a430a84fcd6686b09ddeef62
parent6de6cd2795f272909f0857211987a54fa27f31f1 (diff)
Updated README
-rw-r--r--README18
1 files changed, 15 insertions, 3 deletions
diff --git a/README b/README
index 318873a..6764c94 100644
--- a/README
+++ b/README
@@ -1,4 +1,16 @@
-Hi! If you wanna run this game outside a XO, just enter in the Gambiarra
-directory and run gambiarra.py . Something like this:
-$ cd Gambiarra
+Hi! If you wanna run this game outside a XO, just run gambiarra.py .
+Like this:
$ python gambiarra.py
+
+If you have a XO and wanna install the activity, there are two ways:
+- Inside the XO, run
+$ python setup.py dist
+$ sugar-install-bundle Gambiarra-1.xo
+- Outside the XO, you need to run sugar-jhbuild:
+$ ./sugar-jhbuild shell
+Go to the Gambiarra dir
+$ python setup.py dist
+and then copy it to the XO, and run
+$ sugar-install-bundle Gambiarra-1.xo
+
+Have fun!