summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-12-06 10:57:00 -0600
committerGitHub <[email protected]>2020-12-06 10:57:00 -0600
commit89dfd52f3cbc70521a6c173fc7b76308b809630d (patch)
tree4c84b056909c980192451480c08f51abe7324beb
parente51203d301ef38d5f01d6fcf96288ab022cfd4a7 (diff)
downloaddragonruby-game-toolkit-contrib-89dfd52f3cbc70521a6c173fc7b76308b809630d.tar.gz
dragonruby-game-toolkit-contrib-89dfd52f3cbc70521a6c173fc7b76308b809630d.zip
Update readme.md
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 907eb71..fe745de 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ 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`:
+IMPORTANT: make sure Git is configured to not change line endings (especially if you're cloning on Windows):
```
git config --system core.autocrlf false