diff options
| author | Amir Rajan <[email protected]> | 2020-12-06 10:38:46 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-06 10:38:46 -0600 |
| commit | 698909b7f3662de4b2b9843ba5bdd8e3ed4667b0 (patch) | |
| tree | 501e01dde5dbccdd0f76fe6f5e1aefa8438d0d86 | |
| parent | e17ba459e8dde1d5381d9e7cd900ca58f364ccb9 (diff) | |
| download | dragonruby-game-toolkit-contrib-698909b7f3662de4b2b9843ba5bdd8e3ed4667b0.tar.gz dragonruby-game-toolkit-contrib-698909b7f3662de4b2b9843ba5bdd8e3ed4667b0.zip | |
Update readme.md
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ 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`) +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 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. |
