This commit is contained in:
mockturtl
2015-05-13 19:42:11 -04:00
parent ea74df211d
commit 65c4f68334

View File

@ -31,8 +31,8 @@ $ pub global activate dotenv
Run:
```sh
$ pub run dotenv # load a file and print the environment to stdout
$ pub run dotenv:new # create the `.env` file and add it to `.gitignore`
$ pub global run dotenv:new # create a `.env` file and add it to `.gitignore`
$ pub global run dotenv # load the file and print the environment to stdout
```
### limitations