summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-11-10 10:10:01 +0100
committerValery Piashchynski <[email protected]>2023-11-10 10:10:01 +0100
commit2c45636e4aeff29a9e78e53795f8334d007ecda9 (patch)
tree09845fcbca1408c45325badf3587350eaae35b2e /README.md
parent793aaaebfe4ed1a841c5e4340c3b45005eb61a9a (diff)
chore: add homebrew installation step
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 45823707..6200267f 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,11 @@ sudo dpkg -i roadrunner-2023.X.X-linux-amd64.deb
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh
```
+## MacOS using [Homebrew](https://brew.sh/):
+```bash
+brew install roadrunner
+```
+
---
Configuration can be located in `.rr.yaml` file ([full sample](https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml)):