summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e737058fd..69ca995df 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,11 @@ See the INSTALL file.
To run the tests, execute the following from the project's root directory.
- $ ./minirake test
+ $ make test
+
+Or
+
+ $ ruby ./minirake test
## Customization