Skip to content

Commit

Permalink
briefly doc brew-from-git usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Apr 26, 2010
1 parent f8e98bb commit 80487b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bin/perlbrew
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ perlbrew - Perl Environment manager.
perlbrew install perl-5.10.1
perlbrew install perl-5.11.5
# Install from a git checkout
cd /path/to/src/perl
perlbrew install .
# See what were installed
perlbrew installed
Expand All @@ -46,10 +50,10 @@ perlbrew - Perl Environment manager.
perlbrew switch perl-5.10.1
perl -v
# Turn it off.
# Turn it off. Disable it.
perlbrew off
# Turn it back on
# Turn it back on. Re-enable it.
perlbrew switch perl-5.10.1
=head1 OPTIONS
Expand Down

0 comments on commit 80487b1

Please sign in to comment.