Skip to content

Commit

Permalink
make global syntax more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Jun 8, 2016
1 parent 74c748c commit 75451d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This is done by registering a `bin` command, which can be used to run Composer c
## Usage

composer bin [namespace] [composer_command]
composer global bin [namespace] [composer_command]

### Example

Expand Down Expand Up @@ -87,9 +88,3 @@ For convenience, you can add the following script in your `composer.json` :
```

This makes sure all your bins are installed during `composer install`.

### global

This plugin can also be used to manage your global bins :

composer global bin [namespace] [composer_command]

0 comments on commit 75451d2

Please sign in to comment.