diff options
author | Valery Piashchynski <[email protected]> | 2024-05-03 14:30:23 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-03 14:30:23 +0200 |
commit | e13f20bb8f510b1d022d0360e2c89bb88beeeda0 (patch) | |
tree | 4c0943aaf696edffad9727e7e4f949659d456742 | |
parent | 9d73edf285ec84beb6673d59823aa654b12aefff (diff) |
README: Add windows installation instructions
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -101,6 +101,11 @@ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/roadrunn brew install roadrunner ``` +## Windows using [Chocolatey](https://community.chocolatey.org/): +```bash +choco install roadrunner +``` + --- Configuration can be located in `.rr.yaml` file ([full sample](https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml)): |