Skip to content

Commit

Permalink
updated documentation about PATH envvar and composer gloab require
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Apr 10, 2017
1 parent 3689ab3 commit e2c5e53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ mv phpmetrics.phar /usr/local/bin/phpmetrics
#### As a composer dependency:

composer global require 'phpmetrics/phpmetrics'

Please note that the `~/.composer/vendor/bin` directory must be in your `$PATH`. For example in your `~/.bash_profile` (or `~/.bashrc`), add :

export PATH=~/.composer/vendor/bin:$PATH

# Usage

Expand Down

0 comments on commit e2c5e53

Please sign in to comment.