summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-12-06 10:35:16 -0600
committerGitHub <[email protected]>2020-12-06 10:35:16 -0600
commit27cc1b49f87517d52d181e144831bda46e6f671a (patch)
tree9e04a7a1bea9283654dde7117942262cea7de8a7
parent9cb8dc787849df50da1f351f67ad4b9020748131 (diff)
downloaddragonruby-game-toolkit-contrib-27cc1b49f87517d52d181e144831bda46e6f671a.tar.gz
dragonruby-game-toolkit-contrib-27cc1b49f87517d52d181e144831bda46e6f671a.zip
Update readme.md
-rw-r--r--readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index d4aa59d..50a3591 100644
--- a/readme.md
+++ b/readme.md
@@ -7,7 +7,9 @@ If your income is below $1000 per month, are a "student", or are a "big time Ras
1. Download DragonRuby Game Toolkit.
2. Unzip.
3. Navigate to your game folder using terminal (the default game folder is `./mygame/app`)
-4. `git clone https://github.com/DragonRuby/dragonruby-game-toolkit-contrib` or download and unzip into the `./mygame/app` directory (note: _do not_ try to symlink it or anything fancy, the DragonRuby Runtime requires everything to reside in the game directory and will not allow access outside of it).
+4. `git clone https://github.com/DragonRuby/dragonruby-game-toolkit-contrib` or download and unzip into the `./mygame/app` directory
+ - _do not_ try to symlink it or anything fancy, the DragonRuby Runtime requires everything to reside in the game directory and will not allow access outside of it).
+ - make sure `/r/n` is converted to `/n`: `git config --system --get core.autocrlf`
5. Your directory structures should look like the following:
```