Skip to content

Commit 96ddd42

Browse files
committed
Add missing step in usage (#117)
1 parent e374cf1 commit 96ddd42

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ If you don't use Symfony Flex:
1818

1919
## Usage
2020

21+
- require the RoadRunner download utility: `composer require --dev spiral/roadrunner-cli`
2122
- get the RoadRunner binary: `vendor/bin/rr get --location bin/`
2223
- run RoadRunner with `bin/rr serve` or `bin/rr serve -c .rr.dev.yaml` (watch mode)
2324
- visit your app at http://localhost:8080

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
},
3535
"suggest": {
3636
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation",
37+
"spiral/roadrunner-cli": "For easy installation of RoadRunner",
3738
"symfony/proxy-manager-bridge": "For doctrine re-connection implementation"
3839
},
3940
"require-dev": {

0 commit comments

Comments
 (0)