Skip to content

Commit

Permalink
added rr installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cappuc committed Dec 15, 2023
1 parent 10b373a commit 93e9680
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ You can install the package via composer:
composer require keepsuit/laravel-temporal
```

Then download the latest `roadrunner` executable for your platform:

```bash
./vendor/bin/rr get-binary
```

> [!NOTE]
> You should run this command after every update to ensure that you have the latest version of `roadrunner` executable.
You can publish the config file with:

```bash
Expand Down

0 comments on commit 93e9680

Please sign in to comment.