aboutsummarylogtreecommitdiffstats
path: root/pokemmo.install
diff options
context:
space:
mode:
Diffstat (limited to 'pokemmo.install')
-rw-r--r--pokemmo.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/pokemmo.install b/pokemmo.install
new file mode 100644
index 000000000000..a01b2624463a
--- /dev/null
+++ b/pokemmo.install
@@ -0,0 +1,8 @@
+post_install(){
+ echo "To play, you will need to place a PokeMon Fire Red (US) ROM, and optionally"
+ echo "a Heart Gold or Soul Silver ROM, in ~/.pokemmo/roms"
+ echo ""
+ echo "This software is not open-source. You must agree to the terms of service before"
+ echo "using this software. The terms of service and licensing information may be"
+ echo "here: http://pokemmo.eu/tos/"
+}