We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793aaae commit 2c45636Copy full SHA for 2c45636
README.md
@@ -113,6 +113,11 @@ sudo dpkg -i roadrunner-2023.X.X-linux-amd64.deb
113
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh
114
```
115
116
+## MacOS using [Homebrew](https://brew.sh/):
117
+```bash
118
+brew install roadrunner
119
+```
120
+
121
---
122
123
Configuration can be located in `.rr.yaml` file ([full sample](https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml)):
0 commit comments