summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-02-10 13:32:41 +0100
committerGitHub <[email protected]>2024-02-10 13:32:41 +0100
commit5bb3efea4b06f179c187e68ff573c91787981ae2 (patch)
treead5e9c320340f597e2e08a2e98cb6b5530b094fa
parent56aa04ddd64498b92cc4770bc5b2ead3eb052194 (diff)
parent72279b1f289f5fe419e63b44fac726f6ea2ee2eb (diff)
[#1869]: fix composer installation in `README.md`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09df2190..b9fa40c1 100644
--- a/README.md
+++ b/README.md
@@ -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
```