ruby-changes:48598
From: stomar <ko1@a...>
Date: Wed, 8 Nov 2017 06:02:39 +0900 (JST)
Subject: [ruby-changes:48598] stomar:r60703 (trunk): README.md: fix typos and grammar
stomar 2017-11-08 05:07:33 +0900 (Wed, 08 Nov 2017) New Revision: 60703 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60703 Log: README.md: fix typos and grammar Modified files: trunk/README.md Index: README.md =================================================================== --- README.md (revision 60702) +++ README.md (revision 60703) @@ -104,12 +104,12 @@ This is what you need to do to compile a https://github.com/ruby/ruby/blob/trunk/README.md#L104 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/