diff options
author | Valery Piashchynski <[email protected]> | 2024-02-10 13:32:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-10 13:32:41 +0100 |
commit | 5bb3efea4b06f179c187e68ff573c91787981ae2 (patch) | |
tree | ad5e9c320340f597e2e08a2e98cb6b5530b094fa | |
parent | 56aa04ddd64498b92cc4770bc5b2ead3eb052194 (diff) | |
parent | 72279b1f289f5fe419e63b44fac726f6ea2ee2eb (diff) |
[#1869]: fix composer installation in `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 ``` |