Specifically mention that export may be necessary
This commit is contained in:
parent
6ff5567e7f
commit
75db12e6d7
@ -14,7 +14,7 @@ plugins=(git man dotenv)
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Create `.env` file inside your project directory and put your local ENV variables there.
|
Create `.env` file inside your project directory and put your local ENV variables there. The contents of `.env` are run in the context of the current shell session. Do not forget to `export` the variables, otherwise they will only be available within the current shell session and not be part of ENV (unless they were already in ENV beforehand).
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user