Skip to content

Commit b07d91e

Browse files
committed
add installation directions
1 parent a75b4e6 commit b07d91e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22

33
This is an example PHP project. I'll use this repo for a post on my
44
blog. I think people should utilize projects more often.
5+
6+
## Installation
7+
8+
``` bash
9+
mkdir project
10+
cd project
11+
composer create-project levilol/php-project .
12+
```

0 commit comments

Comments
 (0)