summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-16 08:18:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-16 08:18:40 +0000
commitc17c0030be2e92de78aa04e14023c35c0b72029f (patch)
treef1207045f9df4bc5e82d62fbd381594cd9aac163 /README
parentd95ce7fc033067872c25d294205414cea939b389 (diff)
* README, README.ja: 'make check' is preferable to 'make test'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 6d61042a43..22ad742f9b 100644
--- a/README
+++ b/README
@@ -83,7 +83,7 @@ This is what you need to do to compile and install Ruby:
5. Run make.
- 6. Optionally, run 'make test' to check whether the compiled Ruby
+ 6. Optionally, run 'make check' to check whether the compiled Ruby
interpreter works well. If you see the message "test succeeded",
your ruby works as it should (hopefully).