aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-19 02:39:40 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-19 02:39:40 +0000
commitd61b1e9eaa4d68631d65f484c7dadf5eb80f115c (patch)
treef46c7b892e448fe79720b26ea45f35a7fcb065d9 /README.md
parente9f5265bd79d0bf81093b09f307f4197d251d9ef (diff)
downloadruby-d61b1e9eaa4d68631d65f484c7dadf5eb80f115c.tar.gz
Added documentation
Added documentaiton for installation of bundled gems. [Bug #13724][ruby-core:81938] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index ebde2ca8b4..50da64dd7e 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +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. 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.