Skip to content

Commit b9d0169

Browse files
committed
Added install instructions
1 parent 7e293ad commit b9d0169

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
12
# PHP .env editor
23

34
A `.env` file editor library for PHP.
45

6+
## Installation
7+
8+
Using [Composer](http://getcomposer.org/):
9+
10+
```
11+
composer require k-adam/env-editor
12+
```
13+
514
## Usage example
615

716
```php

0 commit comments

Comments
 (0)