Sam Stephenson
149f4b4607
"per-project" -> "application-specific"
13年前
Jeremy Kemper
253f6ee1d9
-information in readme pitch
13年前
Jeremy Kemper
bac149e824
Riff on the readme pitch
13年前
Sam Stephenson
3ec34448fa
Rewrite the readme pitch
13年前
Sam Stephenson
377b176260
Document .ruby-version
13年前
Oscar Del Ben
c3fe192243
use ruby-build
Fixes #294
13年前
Mislav Marohnić
349236c932
tweak docs & add syntax highlighting to instructions
13年前
Joe Atzberger
0a9e2baef1
fix documentation about manually compiling Ruby
./configure doesn't exist by default in repo: use autoconf to create it.
13年前
Mislav Marohnić
da562ad74c
replace build system with generated table of contents
Gets rid of `doc/README.mdtoc` and its build script. Since GitHub.com
renders anchors for each heading, all we have to do is put a simple
table of contents into `README.md` itself, and everything will get
linked up nicely.
Pros of this approach:
* We don't have to point out to people not to edit `README.md` anymore
* We don't have to run the build script each time README gets edited
Cons of this change:
* The "chapter" numbers are lost. They were silly anyway.
`doc/mdtoc` renders a Markdown table of contents for a Markdown file.
`doc/filter-toc` filters that down to only headings after ToC.
This script can be used to easily insert ToC into the current document
when editing `README.md` with, e.g., Vim:
:read !doc/filter-toc %
13年前
Javier Candeira
7f1aefa09b
fix install instructions for ubuntu (using version 12.04, but should work for all versions)
13年前
Guillermo Iguaran
fc3a634e22
Update README: use last version of jruby in examples
13年前
Matt Bridges
b745a51f30
Update README.md
Changing Ruby versions references to latest versions to keep somewhat up-to-date.
13年前
Eric
183c780698
Installation Step 1 is a one liner
Not a big change, just thought it's always good to make it easier for a beginner
14年前
Patrik Ragnarsson
406c8e0303
Fixed broken link to RVM in documentation
14年前
Daryl Manning
5e57ab95ce
Changed doc/README.mdtoc and built README.md and changed nomenclature to 'ruby versions' as requested.
14年前
Daryl Manning
9b286ecbfd
And better codify the rbenv command just for good measure.
14年前
Daryl Manning
b7e9569ccb
Embrassing typo in the anchor link neme != name.
14年前
Daryl Manning
e922131422
Added in section 2.4 on uninstalling rubies from .rbenv/versions to the README.
14年前
Jussi Virtanen
34813ef32c
Fix typos in documentation
14年前
Sam Stephenson
b10bdb1e78
rbenv 0.3.0
14年前
Sam Stephenson
5052a4161c
Update readme screenshot to use `global` instead of `set-default` ( fixes #165 )
14年前
Sam Stephenson
4cc6665d0a
Zsh users need to modify ~/.zshenv, not ~/.zshrc
14年前
Sam Stephenson
01a0ad0b69
rbenv 0.2.1
15年前
Sam Stephenson
2bbe2099eb
Missing word
15年前
Sam Stephenson
fb0ec9e157
Be explicit about ~
15年前
Eric Skogen
ddd4db1b05
Fix command to modify ~/.bash_profile in user's home directory (~/, instead of in-place)
15年前
Sam Stephenson
7a929b8a84
Indentation
15年前
Sam Stephenson
2cd12e3fa6
rbenv 0.2.0
15年前
Sam Stephenson
4965a1d1f7
Style
15年前
Sam Stephenson
dc1f583903
"Zsh" is the canonical capitalization
15年前
Sam Stephenson
500c6de37c
fill-region
15年前
Joshua Peek
88e59647ae
Installation edits
15年前
Sam Stephenson
53d45707ca
Add Homebrew to the readme
15年前
Sam Stephenson
828051e651
Move intro line above the fold
15年前
Sam Stephenson
4712db8edd
Add version history
15年前
Sam Stephenson
7ba843c585
Add upgrade instructions
15年前
Sam Stephenson
09d912895f
Fix markdown indentation
15年前
Sam Stephenson
ada26ab92e
Document `rbenv which` and `rbenv whence`
15年前
Sam Stephenson
a3d3005859
Document `rbenv shell`
15年前
Javier Julio
c6c6ebaf40
Updating command sample to "rbenv install", no dash
15年前
Javier Julio
919fc872c8
Using simpler rbenv-install command in ruby-build section
15年前
Sam Stephenson
5be66da9f4
Rename rbenv-default to rbenv-global
15年前
Sam Stephenson
20425c297f
Avoid passive voice
15年前
Graham Ashton
1ed231cb21
Report default or local version.
If no argument is passed to the default or local sub commands, report
the currently configured version.
15年前
Graham Ashton
7a0cde9a4e
Remove set- prefix from local and default commands.
15年前
Sam Stephenson
8685c899ba
Let's not bruise any egos
15年前
Chris Ledet
b4c100e149
use HOME variable when specifying the install dir
15年前
Sam Stephenson
dfe9889327
Fix ruby-build link
15年前
Sam Stephenson
192dc23998
Try a different image url
15年前
Sam Stephenson
6c468d6166
Don't highlight the anchors
15年前