summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Titov <[email protected]>2019-06-29 23:51:49 +0300
committerGitHub <[email protected]>2019-06-29 23:51:49 +0300
commitb9ac5b8d43e00d05fd221d2fa1b5c88fcc8b6e1b (patch)
tree40890ef250976998756a9da13fa17092bc0ea930
parent1fc8707eb903be6581ab3f4f42f2ee4b2ac2e156 (diff)
Update README.md
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index a013484f..6a3ef330 100644
--- a/README.md
+++ b/README.md
@@ -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).