diff options
| author | Amir Rajan <[email protected]> | 2020-12-06 09:45:06 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-06 09:45:06 -0600 |
| commit | 913a8b9b4714c04beb4f8c2aaf5f8d889409c9b5 (patch) | |
| tree | 09771a9087820e51de1381f424da7f6ffd5eaf2c | |
| parent | e77a5bb5bd4d93e7673a147d4d81b393088911aa (diff) | |
| download | dragonruby-game-toolkit-contrib-913a8b9b4714c04beb4f8c2aaf5f8d889409c9b5.tar.gz dragonruby-game-toolkit-contrib-913a8b9b4714c04beb4f8c2aaf5f8d889409c9b5.zip | |
Update readme.md
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,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`) -4. `git clone https://github.com/DragonRuby/dragonruby-game-toolkit-contrib` or download and unzip into the `./mygame/app` directory. +4. `git clone https://github.com/DragonRuby/dragonruby-game-toolkit-contrib` or download and unzip into the `./mygame/app` directory (note: _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). 5. Your directory structures should look like the following: ``` |
