summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.