diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-30 16:09:27 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-30 16:09:27 +0100 |
commit | 0be654efe11311fcf1200c0e7dba9ecd55fa5591 (patch) | |
tree | 7f55b6c5f467a7094fb0978841a08a9b1764f0c3 /tests/manyloc/keineschweine/README.md | |
parent | 4e778f9aac184655135daaff6579ef4a553d225a (diff) | |
parent | d9d5aa60b7df936ffe6149143c7202604f71465f (diff) | |
download | Nim-0be654efe11311fcf1200c0e7dba9ecd55fa5591.tar.gz |
Merge branch 'devel'
Diffstat (limited to 'tests/manyloc/keineschweine/README.md')
-rw-r--r-- | tests/manyloc/keineschweine/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manyloc/keineschweine/README.md b/tests/manyloc/keineschweine/README.md index 2a6b78a8e..1323f4ae3 100644 --- a/tests/manyloc/keineschweine/README.md +++ b/tests/manyloc/keineschweine/README.md @@ -4,7 +4,7 @@ Just a dumb little game ### Dependencies -* Nimrod 0.8.15, Until this version is released I'm working off Nimrod HEAD: https://github.com/Araq/Nimrod +* nim 0.8.15, Until this version is released I'm working off nim HEAD: https://github.com/Araq/nim * SFML 2.0 (git), https://github.com/LaurentGomila/SFML * CSFML 2.0 (git), https://github.com/LaurentGomila/CSFML * Chipmunk 6.1.1 http://chipmunk-physics.net/downloads.php @@ -13,7 +13,7 @@ Just a dumb little game * `git clone --recursive git://github.com/fowlmouth/keineSchweine.git somedir` * `cd somedir` -* `nimrod c -r nakefile test` or `nimrod c -r keineschweine && ./keineschweine` +* `nim c -r nakefile test` or `nim c -r keineschweine && ./keineschweine` ### Download the game data @@ -22,5 +22,5 @@ http://dl.dropbox.com/u/37533467/data-08-01-2012.7z Unpack it to the root directory. You can use the nakefile to do this easily: -* `nimrod c -r nakefile` +* `nim c -r nakefile` * `./nakefile download` |