Skip to content

Commit

Permalink
Update to reflect standard composer installation procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
craigballinger authored and xiehan committed Oct 1, 2018
1 parent 7629d35 commit fea34a5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,17 @@ If you would like to contribute to the development of this project, here is the

### Getting Set Up

This project uses [Composer](https://getcomposer.org/) and includes a composer.phar for convenience under `/bin`.
This project uses [Composer](https://getcomposer.org/).

- `bin/composer.phar install`: install all dependencies
```bash
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

```bash
# Install the latest release
php composer.phar require npr/npr-one-backend-proxy
```

Additionally, we highly recommend doing your development with [Xdebug enabled](https://xdebug.org/docs/install), to allow you to take advantage of various features, such as automatic code coverage measurement.

Expand Down

0 comments on commit fea34a5

Please sign in to comment.