summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-04-08 13:14:57 +0200
committerGitHub <[email protected]>2023-04-08 13:14:57 +0200
commit9c592e0010bbd456e901d3059341136d1cd0df62 (patch)
treeb5a2a173983260cf16be7a3c8eaec1ca10302a6a /README.md
parentaf0845a33b1483a2afdb6e30cd2aa26c9a16017e (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index aba8fa2a..5ec882f3 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ with much greater performance and flexibility.
- Development Mode
- Integrations with [Symfony](https://github.com/php-runtime/roadrunner-symfony-nyholm), [Laravel](https://github.com/laravel/octane), Slim, CakePHP, Zend Expressive
- Application server for [Spiral](https://github.com/spiral/framework)
-- Works on Windows (Unix sockets (AF_UNIX) supported on Windows 10) and WSL2
+- Works on Windows 10/11 and WSL2
---
@@ -107,8 +107,8 @@ Server binary will be available at the root of your project.
## Installation option for the Debian-derivatives (Ubuntu, Mint, MX, etc)
```bash
-wget https://github.com/roadrunner-server/roadrunner/releases/download/v2.X.X/roadrunner-2.X.X-linux-amd64.deb
-sudo dpkg -i roadrunner-2.X.X-linux-amd64.deb
+wget https://github.com/roadrunner-server/roadrunner/releases/download/v2023.X.X/roadrunner-2023.X.X-linux-amd64.deb
+sudo dpkg -i roadrunner-2023.X.X-linux-amd64.deb
```
## Dowload the latest release via curl: