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
@ -39,7 +39,7 @@
|
|||||||
5. Optional: If you are frequently building Ruby, disabling documentation will reduce the time it takes to `make`:
|
5. Optional: If you are frequently building Ruby, disabling documentation will reduce the time it takes to `make`:
|
||||||
|
|
||||||
``` shell
|
``` 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
|
6. [Run tests](testing_ruby.md) to confirm your build succeeded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user