summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorroco <roco@ryry.(none)>2012-04-20 15:16:51 +0900
committerroco <roco@ryry.(none)>2012-04-20 15:16:51 +0900
commit908ac841f0ef9308c93b5daa62fda99ba579dd6f (patch)
tree261f117fca46311caa97d849c449c7fd6c2ca8d5 /INSTALL
parent1105ec8a040d69f389d469401a4a1d0f9449d708 (diff)
downloadmruby-908ac841f0ef9308c93b5daa62fda99ba579dd6f.tar.gz
mruby-908ac841f0ef9308c93b5daa62fda99ba579dd6f.zip
updated English text to reflect original Japanese
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.