From af7d26d8c8c0dd1aa735d527cdbdec31a24b572e Mon Sep 17 00:00:00 2001 From: Ghislain Rodrigues Date: Sat, 8 Mar 2014 23:09:49 +0000 Subject: [PATCH] game executable renamed --- README.md | 11 +++++++++-- main.py => rRpg | 0 2 files changed, 9 insertions(+), 2 deletions(-) rename main.py => rRpg (100%) diff --git a/README.md b/README.md index 4a3d1f0..e7368c3 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,18 @@ cd database # Go back in the game folder cd .. # Then launch the game -./main.py +# This will run the editor with the system locale +./rRpg + +# This will run the editor in french +./rRpg-francais + +# This will run the editor in english +./rRpg-english ``` Or you can use your own world (created with the game editor, https://github.com/rrpg/world-editor ): ```bash -./main.py -w /path/to/your/world.db +./rRpg -w /path/to/your/world.db ``` diff --git a/main.py b/rRpg similarity index 100% rename from main.py rename to rRpg