aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-07 20:07:33 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-07 20:07:33 +0000
commit3b071b080c1933f17bef39e4b3e776a9d4c3b7ad (patch)
treec0d8b507d759b294fbb4ba4d02a56ac8e41a6f90 /README.md
parent2aecddc7c6941d3d7d3a76cb680e41a7f52e814d (diff)
downloadruby-3b071b080c1933f17bef39e4b3e776a9d4c3b7ad.tar.gz
README.md: fix typos and grammar
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 60ad608e06..688802633c 100644
--- a/README.md
+++ b/README.md
@@ -104,12 +104,12 @@ This is what you need to do to compile and install Ruby:
interpreter works well. If you see the message "`check succeeded`", your
Ruby works as it should (hopefully).
-8. Optionally, Run `make update-gems` and `make extract-gems`
+8. Optionally, run `make update-gems` and `make extract-gems`.
If you want to install bundled gems, run `make update-gems` and
- `extract-gems` before run `make install`.
+ `make extract-gems` before running `make install`.
-9. Run '`make install`'
+9. Run '`make install`'.
This command will create the following directories and install files into
them.