Skip to content

Commit

Permalink
Adress missing step in usage (Baldinof#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Jul 30, 2023
1 parent e374cf1 commit ced2486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ If you don't use Symfony Flex:

## Usage

- require the RoadRunner download utility: `composer require --dev spiral/roadrunner-cli`
- get the RoadRunner binary: `vendor/bin/rr get --location bin/`
- run RoadRunner with `bin/rr serve` or `bin/rr serve -c .rr.dev.yaml` (watch mode)
- visit your app at http://localhost:8080
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation",
"spiral/roadrunner-cli": "For easy installation of RoadRunner",
"symfony/proxy-manager-bridge": "For doctrine re-connection implementation"
},
"require-dev": {
Expand Down

0 comments on commit ced2486

Please sign in to comment.