From 93e968098f586c4f0345780bee939e6286228360 Mon Sep 17 00:00:00 2001 From: Fabio Capucci Date: Fri, 15 Dec 2023 15:52:04 +0100 Subject: [PATCH] added rr installation instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 38fd5f2..d8226f8 100644 --- a/README.md +++ b/README.md @@ -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