Skip to content

Commit 873c0f0

Browse files
committedJan 9, 2018
update readme
1 parent a7425fa commit 873c0f0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33
This calculator use [Strategy Pattern](http://designpatternsphp.readthedocs.io/en/latest/Behavioral/Strategy/README.html) to make it flexible, extendable, and robust.
44

5+
## How to install
6+
57
## How to build
68

79
```bash
10+
composer require kejawenlab/pph21
11+
```
12+
13+
or you can clone directly
14+
15+
```bash
16+
git clone https://github.com/KejawenLab/PPH21.git
17+
18+
cd PPH21
19+
820
composer update --prefer-dist -vvvv
921
```
1022

0 commit comments

Comments
 (0)
Please sign in to comment.