mirror of
https://github.com/rbenv/ruby-build.git
synced 2024-12-29 13:15:33 +01:00
Add link to suggested build environment to README
This commit is contained in:
parent
c819790848
commit
70d8e39492
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ Or, if you would like to install the latest development release:
|
|||
|
||||
## Usage
|
||||
|
||||
Before you begin, you should ensure that your build environment has the proper
|
||||
system dependencies for compiling the wanted Ruby version (see our [recommendations](https://github.com/sstephenson/ruby-build/wiki#suggested-build-environment)).
|
||||
|
||||
### Using `rbenv install` with rbenv
|
||||
|
||||
To install a Ruby version for use with rbenv, run `rbenv install` with the
|
||||
|
|
Loading…
Reference in a new issue