Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
52e1f707
Commit
52e1f707
authored
Feb 16, 2012
by
Sam Stephenson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #126 from dcarley/rbenv_plugin_install
Add install instructions as just rbenv plugin.
parents
4e3b5a24
82fe7d80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
README.md
+7
-0
No files found.
README.md
View file @
52e1f707
...
...
@@ -14,6 +14,13 @@ write permission to `/usr/local`, you will need to run `sudo
./install.sh`
instead. You can install to a different prefix by
setting the
`PREFIX`
environment variable.
If you only intend to use ruby-build via rbenv then you can
install it locally as a plugin:
$ mkdir -p ~/.rbenv/plugins
$ cd ~/.rbenv/plugins
$ git clone git://github.com/sstephenson/ruby-build.git
### Installing Ruby
To install a Ruby version, run the
`ruby-build`
command with the path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment