Skip to content

Commit 5a7c72e

Browse files
authored
Merge pull request #263 from MGParisi/patch-1
added the right install command for existing projects.
2 parents 90b2f41 + 8b0f7fd commit 5a7c72e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ curl -s http://getcomposer.org/installer | php
4141
php composer.phar require vlucas/phpdotenv
4242
```
4343

44+
Or on Existing projects
45+
46+
```shell
47+
composer require vlucas/phpdotenv
48+
```
4449
Usage
4550
-----
4651
The `.env` file is generally kept out of version control since it can contain

0 commit comments

Comments
 (0)