diff options
author | Valery Piashchynski <[email protected]> | 2023-01-15 14:12:02 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-01-15 14:12:02 +0100 |
commit | bde8b5b574f65df90238f7e0416407280d9369b9 (patch) | |
tree | 98399acbe15e7f5804d2de4facf197dd3be3fe67 | |
parent | e174ab0ef67cf4548aa8979ceb64b9e96e0aa4f3 (diff) |
chore(readme): correct description
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ $ wget https://github.com/roadrunner-server/roadrunner/releases/download/v2.X.X/ $ sudo dpkg -i roadrunner-2.X.X-linux-amd64.deb ``` -- Download the latest release for your arch: +- Download the latest release (WSL2/Linux/macOS): ```bash curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh ``` |