Skip to content

Commit

Permalink
Fix composer install command - closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jun 15, 2015
1 parent 524c9ea commit 920edec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ composer install --no-dev

# make phpqa is globally accessible
## you can symlink binary
sudo ln -s /path-to-phpqa-cli-repository/phpqa /usr/bin/phpqa
sudo ln -s /path-to-phpqa-repository/phpqa /usr/bin/phpqa
## or add this directory to your PATH in your ~/.bash_profile (or ~/.bashrc)
export PATH=~/path-to-phpqa-cli-repository-from-pwd:$PATH
export PATH=~/path-to-phpqa-repository-from-pwd:$PATH
```

### Composer

```bash
composer global require 'edgedesign/phpqa=*' --update-no-dev
composer global require edgedesign/phpqa --update-no-dev
# Make sure you have ~/.composer/vendor/bin/ in your PATH.
```

Expand Down

0 comments on commit 920edec

Please sign in to comment.