diff options
| -rw-r--r-- | INSTALL | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ * Prerequisites 1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system. + 2. Make sure you have ruby installed in your system. (Required by Minirake.) * Compilation and Installation @@ -57,7 +57,7 @@ See the INSTALL file. To run the tests, execute the following from the project's root directory. - $ make test + $ ./minirake test ## Customization |
