Skip to content

Commit c5ead87

Browse files
committed
update readme
1 parent a56e6a3 commit c5ead87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# buffer-php-logger
22

33
PHP logger for all Buffer services
4+
5+
## Requirements:
6+
1 - Install composer by following [those steps](https://getcomposer.org/download/)
7+
2 (optional) - `mv composer.phar /usr/local/bin/composer`
8+
9+
## Install the project
10+
11+
```
12+
# This will install all the dependencies
13+
composer install
14+
```

0 commit comments

Comments
 (0)