Skip to content

Commit 8b0f7fd

Browse files
authored
added the right install command for existing projects.
This works on Windows atleast. I know the .phar becomes .lock and causes the first to fail.
1 parent 90b2f41 commit 8b0f7fd

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)