Skip to content

Commit

Permalink
INSTALL update
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jun 22, 2017
1 parent 1f4e929 commit edcaec8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ If you have cpanm, you only need one line:

% cpanm App::GitGot

If you are installing into a system-wide directory, you may need to pass the
"-S" flag to cpanm, which uses sudo to install the module:

% cpanm -S App::GitGot
If it does not have permission to install modules to the current perl, cpanm
will automatically set up and install to a local::lib in your home directory.
See the local::lib documentation (https://metacpan.org/pod/local::lib) for
details on enabling it in your environment.

## Installing with the CPAN shell

Expand All @@ -31,9 +31,9 @@ Then install it:

% make install

If you are installing into a system-wide directory, you may need to run:

% sudo make install
If your perl is system-managed, you can create a local::lib in your home
directory to install modules to. For details, see the local::lib documentation:
https://metacpan.org/pod/local::lib

## Documentation

Expand Down

0 comments on commit edcaec8

Please sign in to comment.