mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
README.md: fix typos and grammar
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2aecddc7c6
commit
3b071b080c
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue