diff options
author | Valery Piashchynski <[email protected]> | 2023-01-15 14:09:52 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-15 14:09:52 +0100 |
commit | 83ff431dc21ef84bcdb4752d84fe1a9ea565c031 (patch) | |
tree | 43601166294051cec6bf69383b990abf0df20efc /README.md | |
parent | 4a04af0db3bc534c45e919d4d47431b755302afd (diff) |
chore(readme): add bash script to download the latest release
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -83,7 +83,7 @@ COPY --from=roadrunner /usr/bin/rr /usr/local/bin/rr # USE THE RR ``` -- CLI +- Composer ```bash $ composer require spiral/roadrunner:v2.0 nyholm/psr7 @@ -96,6 +96,11 @@ $ wget https://github.com/roadrunner-server/roadrunner/releases/download/v2.X.X/ $ sudo dpkg -i roadrunner-2.X.X-linux-amd64.deb ``` +- Download the latest release for your arch: +```bash +curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh +- ``` + Configuration can be located in `.rr.yaml` file ([full sample](https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml)): |