summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-12-06 10:56:31 -0600
committerGitHub <[email protected]>2020-12-06 10:56:31 -0600
commite51203d301ef38d5f01d6fcf96288ab022cfd4a7 (patch)
treec49c6ed43b699fe17930032abf511f9ac35686cd /readme.md
parent0fb97c123c04d4e977efdded76abf288a3ffa1cc (diff)
downloaddragonruby-game-toolkit-contrib-e51203d301ef38d5f01d6fcf96288ab022cfd4a7.tar.gz
dragonruby-game-toolkit-contrib-e51203d301ef38d5f01d6fcf96288ab022cfd4a7.zip
Update readme.md
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index e84d446..907eb71 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,12 @@ If your income is below $1000 per month, are a "student", or are a "big time Ras
IMPORTANT: _do not_ try to symlink the git repo into the `./mygame/app` directory (or anything else fancy), the DragonRuby Runtime requires everything to reside in the game directory and will not allow access outside of it.
-IMPORTANT: make sure Git is configured to convert `/r/n` to `/n`: `git config --system --get core.autocrlf`
+IMPORTANT: make sure Git is configured to convert `/r/n` to `/n`:
+
+```
+git config --system core.autocrlf false
+git config --global core.autocrlf false
+```
5. Your directory structures should look like the following: