summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorAmir Rajan <[email protected]>2020-12-06 10:35:35 -0600
committerGitHub <[email protected]>2020-12-06 10:35:35 -0600
commit22815b7dfcd03010406ed10244c29765cedff4eb (patch)
treeb74f50fa5addcbe994e57f2714785c9db571d39c /readme.md
parent27cc1b49f87517d52d181e144831bda46e6f671a (diff)
downloaddragonruby-game-toolkit-contrib-22815b7dfcd03010406ed10244c29765cedff4eb.tar.gz
dragonruby-game-toolkit-contrib-22815b7dfcd03010406ed10244c29765cedff4eb.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 50a3591..aa8820f 100644
--- a/readme.md
+++ b/readme.md
@@ -8,8 +8,8 @@ If your income is below $1000 per month, are a "student", or are a "big time Ras
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
- - _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).
- - make sure `/r/n` is converted to `/n`: `git config --system --get core.autocrlf`
+ 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`
5. Your directory structures should look like the following:
```