diff options
author | Valery Piashchynski <[email protected]> | 2023-11-10 10:10:01 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-11-10 10:10:01 +0100 |
commit | 2c45636e4aeff29a9e78e53795f8334d007ecda9 (patch) | |
tree | 09845fcbca1408c45325badf3587350eaae35b2e /README.md | |
parent | 793aaaebfe4ed1a841c5e4340c3b45005eb61a9a (diff) |
chore: add homebrew installation step
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)): |