diff options
| -rw-r--r-- | readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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: |
