summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--INSTALL6
-rw-r--r--README.md6
2 files changed, 10 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 19ac4cab3..5bad4aad4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +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.)
+ 2. Make sure you have ruby installed in your system (required to build).
* Compilation and Installation
@@ -14,6 +14,10 @@
* lib
* include
+ You can directory invoke 'minirake' as the following.
+
+ $ ruby ./minirake
+
If an error occurs when compiling mruby, it will be helpful for others if you
send a detailed report to the developers that includes the error log, machine,
and OS type.
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