summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-12-06 10:36:56 -0600
committerGitHub <[email protected]>2020-12-06 10:36:56 -0600
commitbcdebb43cddc545a5ed8d57cde33366953775cec (patch)
tree6e50550639f75c05efec46421336ff4b72fd766b
parent22815b7dfcd03010406ed10244c29765cedff4eb (diff)
downloaddragonruby-game-toolkit-contrib-bcdebb43cddc545a5ed8d57cde33366953775cec.tar.gz
dragonruby-game-toolkit-contrib-bcdebb43cddc545a5ed8d57cde33366953775cec.zip
Update readme.md
-rw-r--r--readme.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index aa8820f..6deaf6e 100644
--- a/readme.md
+++ b/readme.md
@@ -7,9 +7,12 @@ 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
- a. _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).
- b. make sure `/r/n` is converted to `/n`: `git config --system --get core.autocrlf`
+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: make sure `/r/n` is converted to `/n`: `git config --system --get core.autocrlf`
+
5. Your directory structures should look like the following:
```