Skip to content

Commit

Permalink
update bash and zsh version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
havenwood committed Feb 26, 2015
1 parent fb64e74 commit 38c60ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/rvm/prerequisites.haml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ title: prerequisites
RVM uses the following standard GNU tools (some of which are built-in functions to Bash):

%ul.square
%li bash (>= 3.2.25)
%li bash (>= 3.2.25 for bash 3 or >= 4.2 otherwise)
%li awk
%li sed
%li grep
Expand All @@ -48,8 +48,7 @@ title: prerequisites
%li subversion

%p
If you want to use RVM under Zsh, you will need version: 4.3.5 to 4.3.12. Please note Zsh 4.3.15 is buggy! Be careful with it as it can break RVM; especially Multi-User installations.
If you currently have Zsh 4.3.15 installed, you should consider downgrading Zsh to 4.3.12 which has proven to work more reliably with RVM.
If you want to use RVM under Zsh, you will need a version between 4.3.5 and 4.3.12 or >= 5.0.0. Please note Zsh 4.3.15 is buggy! Be careful with it as it can break RVM; especially Multi-User installations.

%p
NOTE: For a quick and dirty way to find out if you have these programs and where they are, copy and paste the following code into your shell. This works in both Zsh and Bash so you can copy and paste with no worries.
Expand Down

0 comments on commit 38c60ca

Please sign in to comment.