summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorHidetaka Takano <[email protected]>2012-04-19 23:47:28 -0700
committerHidetaka Takano <[email protected]>2012-04-19 23:47:28 -0700
commitb9f079aafba47db71ce0e1339412c5db4dd3e02b (patch)
tree392c60b5788d406c584ee605998ac896c932f815 /INSTALL
parent3c07f92a2710523940c7c58b0ddfeada2082ed9f (diff)
parent95373cb63ea01ba3052a8401517933845b3897d2 (diff)
downloadmruby-b9f079aafba47db71ce0e1339412c5db4dd3e02b.tar.gz
mruby-b9f079aafba47db71ce0e1339412c5db4dd3e02b.zip
Merge pull request #7 from rystyle/master
Text corrections.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index f6444d4d8..02d21cab7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,19 +1,20 @@
* Compilation and Installation
- 1. Run make in top directory.
+ 1. Run make in the top directory.
- This command will create following directories and
+ This command will create the following directories and
store libraries and binaries files into them.
* bin
* lib
* include
-If you fail to compile ruby, please send the detailed error report with
-the error log and machine/OS type, to help others.
+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.
-* Porting to other platforms
+* Porting to other platforms
That's all.