Skip to content

Commit fea34a5

Browse files
Craig Ballingerxiehan
authored andcommitted
Update to reflect standard composer installation procedure
1 parent 7629d35 commit fea34a5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,17 @@ If you would like to contribute to the development of this project, here is the
4545

4646
### Getting Set Up
4747

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

50-
- `bin/composer.phar install`: install all dependencies
50+
```bash
51+
# Install Composer
52+
curl -sS https://getcomposer.org/installer | php
53+
```
54+
55+
```bash
56+
# Install the latest release
57+
php composer.phar require npr/npr-one-backend-proxy
58+
```
5159

5260
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.
5361

0 commit comments

Comments
 (0)