Skip to content

Commit 55dc901

Browse files
Removed outdated recommendation
1 parent a2ce48f commit 55dc901

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,6 @@ When a new developer clones your codebase, they will have an additional
302302
**one-time step** to manually copy the `.env.example` file to `.env` and fill-in
303303
their own values (or get any sensitive values from a project co-worker).
304304

305-
### Command Line Scripts
306-
307-
If you need to use environment variables that you have set in your `.env` file
308-
in a command line script that doesn't use the Dotenv library, you can `source`
309-
it into your local shell session:
310-
311-
```
312-
source .env
313-
```
314-
315305

316306
Security
317307
--------

0 commit comments

Comments
 (0)