aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 736c22ee..f3f22741 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,21 @@ Shirabe runs Composer plugins using the system-provided real PHP. The plugin API
* [phpstan/extension-installer](https://github.com/phpstan/extension-installer)
+## Requirements
+
+Building Shirabe requires:
+
+* Rust toolchain
+* Git
+* PHP
+* Composer
+
+
## Build
```
$ git submodule update --init
+$ composer install --no-dev --working-dir=composer
$ cargo build --release
```