Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 0 insertions, 16 deletions
diff --git a/README b/README
deleted file mode 100644
index 6764c94..0000000
--- a/README
+++ /dev/null
@@ -1,16 +0,0 @@
-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!