summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-12-06 10:38:25 -0600
committerGitHub <[email protected]>2020-12-06 10:38:25 -0600
commite17ba459e8dde1d5381d9e7cd900ca58f364ccb9 (patch)
treec046e1391cddffd39a312bfca5445804a886c609 /readme.md
parentbcdebb43cddc545a5ed8d57cde33366953775cec (diff)
downloaddragonruby-game-toolkit-contrib-e17ba459e8dde1d5381d9e7cd900ca58f364ccb9.tar.gz
dragonruby-game-toolkit-contrib-e17ba459e8dde1d5381d9e7cd900ca58f364ccb9.zip
Update readme.md
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 6deaf6e..0346a53 100644
--- a/readme.md
+++ b/readme.md
@@ -9,9 +9,9 @@ If your income is below $1000 per month, are a "student", or are a "big time Ras
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.
-IMPORTANT: _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).
+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 `/r/n` is converted to `/n`: `git config --system --get core.autocrlf`
+IMPORTANT: make sure Git is configured to convert `/r/n` to `/n`: `git config --system --get core.autocrlf`
5. Your directory structures should look like the following: