Skip to content

Commit

Permalink
Support for installation through Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed May 31, 2014
1 parent ced9e35 commit ab3ff23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ versioned in your repository with your source, compiled to HTML and published to

### Installation

#### Composer

If you have already [set up a global install of Composer (with your PATH)](http://akrabat.com/php/global-installation-of-php-tools-with-composer/),
you can install Couscous through it:

```
composer global require 'mnapoli/couscous=*'
```

If you haven't, you can download the PHAR (see below).

#### Downloading

You can [download it manually](http://mnapoli.fr/Couscous/couscous.phar) or install it through CLI:

```bash
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"Couscous\\": "src/"
}
},
"bin": [
"couscous"
],
"require": {
"php": ">=5.3.3",
"symfony/console": "~2.4",
Expand Down

0 comments on commit ab3ff23

Please sign in to comment.