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:
parent
5344618cb7
commit
d24ac6d281
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue