File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ php artisan vendor:publish --provider='Spiral\RoadRunnerLaravel\ServiceProvider'
4848## Usage
4949
5050After 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 [
266266Download Temporal binary for development purposes using the following command :
267267
268268` ` ` bash
269- composer get: temporal
269+ ./vendor/bin/dload get temporal
270270` ` `
271271
272272To 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
You can’t perform that action at this time.
0 commit comments