Skip to content

Commit bedd539

Browse files
committed
Update readme
1 parent 4acc7ea commit bedd539

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 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 [roadrunner-cli][roadrunner-cli]:
51+
using Composer script:
5252

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

5757
### Basic Configuration (.rr.yaml)
@@ -263,9 +263,22 @@ return [
263263
];
264264
```
265265

266+
Download Temporal binary for development purposes using the following command:
267+
268+
```bash
269+
composer get:temporal
270+
```
271+
272+
To start the Temporal server, you can use the following command:
273+
274+
```bash
275+
./temporal server start-dev --log-level error --color always
276+
```
277+
266278
#### Useful links
267279

268-
- [PHP SDK docs](https://docs.temporal.io/develop/php/)
280+
- [PHP SDK on GitHub](https://github.com/temporalio/sdk-php)
281+
- [PHP SDK docs](https://docs.temporal.io/develop/php/)
269282
- [Code samples](https://github.com/temporalio/samples-php)
270283
- [Taxi service sample](https://github.com/butschster/podlodka-taxi-service)
271284

@@ -373,6 +386,4 @@ MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
373386

374387
[laravel_events]:https://laravel.com/docs/events
375388

376-
[roadrunner-cli]:https://github.com/spiral/roadrunner-cli
377-
378389
[roadrunner-binary-releases]:https://github.com/roadrunner-server/roadrunner/releases

0 commit comments

Comments
 (0)