summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-08 10:21:18 +0100
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-03-14 18:16:47 +0900
commit459670d47f8528db8f5d4f28aeac191b1af66d81 (patch)
tree9b90f6a92ae8b9524ed39e9e2430c7352a9cb4f5 /README.md
parent956e220ae280bbd3426bfb2bb80edb6e69ad3f98 (diff)
Fix bundled gems installation on a fresh clone
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2951
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 378f48f8d7..f06bf1d3ea 100644
--- a/README.md
+++ b/README.md
@@ -108,12 +108,7 @@ in the mail body (not subject) to the address
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`.
-
- If you want to install bundled gems, run `make update-gems` and
- `make extract-gems` before running `make install`.
-
-9. Run '`make install`'.
+8. Run '`make install`'.
This command will create the following directories and install files into
them.