Skip to content

Commit ed3be1b

Browse files
authored
Merge pull request #144 from roadrunner-php/dload
Fix readme
2 parents 77f08b7 + 52dfb7d commit ed3be1b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ php artisan vendor:publish --provider='Spiral\RoadRunnerLaravel\ServiceProvider'
4848
## Usage
4949

5050
After package installation, you can download and install [RoadRunner][roadrunner] binary
51-
using Composer script:
51+
using [DLoad][dload] package:
5252

5353
```bash
54-
composer get:rr
54+
./vendor/bin/dload get rr
5555
```
5656

5757
### Basic Configuration (.rr.yaml)
@@ -266,7 +266,7 @@ return [
266266
Download Temporal binary for development purposes using the following command:
267267

268268
```bash
269-
composer get:temporal
269+
./vendor/bin/dload get temporal
270270
```
271271

272272
To start the Temporal server, you can use the following command:
@@ -378,6 +378,8 @@ MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
378378

379379
[getcomposer]:https://getcomposer.org/download/
380380

381+
[dload]:https://github.com/php-internal/dload
382+
381383
[roadrunner]:https://github.com/roadrunner-server/roadrunner
382384

383385
[roadrunner_config]:https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml

0 commit comments

Comments
 (0)