summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-05-03 14:30:23 +0200
committerGitHub <[email protected]>2024-05-03 14:30:23 +0200
commite13f20bb8f510b1d022d0360e2c89bb88beeeda0 (patch)
tree4c0943aaf696edffad9727e7e4f949659d456742
parent9d73edf285ec84beb6673d59823aa654b12aefff (diff)
README: Add windows installation instructions
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 57738064..5b3271bc 100644
--- a/README.md
+++ b/README.md
@@ -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)):