summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd9d7843..ea08717a 100644
--- a/README.md
+++ b/README.md
@@ -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)):