diff options
author | Filipponik <[email protected]> | 2024-02-10 14:25:59 +0300 |
---|---|---|
committer | Filipponik <[email protected]> | 2024-02-10 14:25:59 +0300 |
commit | f71d34943ece46098cff6ee3601563a15b072cbb (patch) | |
tree | 44bcf7d0d43693ead697c61584777a97382d23ab /README.md | |
parent | 7710b9b5946a8299ccd1ac7c8955c6758130551e (diff) |
Fixed composer installation in README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ Configuration located in the `.rr.yaml` file ([full sample](https://github.com/r You can also install RoadRunner automatically using the command shipped with the composer package, run: ```bash -composer require spiral/roadrunner-http spiral/roadrunner-worker nyholm/psr7 +composer require spiral/roadrunner-cli ./vendor/bin/rr get-binary ``` |