1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update configure command in building_ruby.md

Readers didn't realize that you can use --prefix with
--disable-install-doc.
This commit is contained in:
Peter Zhu 2022-11-03 16:58:39 -04:00
parent 5344618cb7
commit d24ac6d281

View file

@ -39,7 +39,7 @@
5. Optional: If you are frequently building Ruby, disabling documentation will reduce the time it takes to `make`:
``` shell
../configure --disable-install-doc
../configure --prefix="${HOME}/.rubies/ruby-master" --disable-install-doc
```
6. [Run tests](testing_ruby.md) to confirm your build succeeded