We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dacb7df + 0431027 commit b250cd1Copy full SHA for b250cd1
doc/en/getting-started/building.markdown
@@ -39,9 +39,10 @@ See the next section for more details on that.
39
We recommend installing Rubinius to a location that does not require `sudo` or
40
superuser privileges. To install Rubinius:
41
42
- 1. `./configure --prefix=/path/to/install/dir`
43
- 2. `rake install`
44
- 3. Follow the directions to add the Rubinius _bin_ directory to your PATH
+ 1. `bundle install`
+ 2. `./configure --prefix=/path/to/install/dir`
+ 3. `rake install`
45
+ 4. Follow the directions to add the Rubinius _bin_ directory to your PATH
46
47
48
### Running from the Source Directory
0 commit comments