Skip to content
This repository was archived by the owner on Oct 19, 2020. It is now read-only.

Commit 5460a6d

Browse files
committed
Add installation documentation
1 parent a113d48 commit 5460a6d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ public function serialize($arg) {
2828
}
2929
```
3030

31+
Installation
32+
------------
33+
After installing the XP Compiler into your project, also include this plugin.
34+
35+
```bash
36+
$ composer require xp-framework/compiler
37+
# ...
38+
39+
$ composer require xp-lang/php-switch-expression
40+
# ...
41+
```
42+
43+
No further action is required.
44+
3145
See also
3246
--------
3347
* https://blog.codefx.org/java/switch-expressions/

0 commit comments

Comments
 (0)