Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 19, 2013
1 parent 82486f3 commit 2fcc91a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@ Simply add a dependency on `sebastian/phpcpd` to your project's `composer.json`
}
}

For a standalone, system-wide installation via Composer, a `composer.json` similar to the one shown below can be used from an arbitary directory:
For a system-wide installation via Composer, you can run:

{
"require": {
"sebastian/phpcpd": "*"
},
"config": {
"bin-dir": "/usr/local/bin/"
}
}
composer global require 'sebastian/phpcpd=*'

Make sure you have `~/.composer/vendor/bin/` in your path.

### PEAR Installer

Expand Down

0 comments on commit 2fcc91a

Please sign in to comment.