diff options
author | Anton Titov <[email protected]> | 2019-06-29 23:51:49 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-06-29 23:51:49 +0300 |
commit | b9ac5b8d43e00d05fd221d2fa1b5c88fcc8b6e1b (patch) | |
tree | 40890ef250976998756a9da13fa17092bc0ea930 | |
parent | 1fc8707eb903be6581ab3f4f42f2ee4b2ac2e156 (diff) |
Update README.md
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -47,6 +47,15 @@ Features: - integrations with Symfony, Laravel, Slim, CakePHP, Zend Expressive, Spiral - works on Windows +Installation: +-------- +To install: + +``` +$ composer require spiral/roadrunner +$ ./vendor/bin/rr get-binary +``` + Example: -------- @@ -80,6 +89,14 @@ http: > Read more in [Wiki](https://github.com/spiral/roadrunner/wiki/PHP-Workers). +Run: +---- +To run application server: + +``` +$ ./rr serve -v -d +``` + License: -------- The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com). |