ruby-changes:47842
From: hsbt <ko1@a...>
Date: Tue, 19 Sep 2017 11:39:44 +0900 (JST)
Subject: [ruby-changes:47842] hsbt:r59962 (trunk): Added documentation
hsbt 2017-09-19 11:39:40 +0900 (Tue, 19 Sep 2017) New Revision: 59962 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59962 Log: Added documentation Added documentaiton for installation of bundled gems. [Bug #13724][ruby-core:81938] Modified files: trunk/README.md Index: README.md =================================================================== --- README.md (revision 59961) +++ README.md (revision 59962) @@ -104,7 +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. Run '`make install`' +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`. + +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/