From 7b8a60f5845316118dcdcd2de75436dfcf008af6 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:53:38 +0200 Subject: [PATCH] Update dotenv-file.md --- cheatsheets/shell/dotenv-file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cheatsheets/shell/dotenv-file.md b/cheatsheets/shell/dotenv-file.md index 0bba6e1ed..3089852b4 100644 --- a/cheatsheets/shell/dotenv-file.md +++ b/cheatsheets/shell/dotenv-file.md @@ -114,7 +114,9 @@ Related - see the [export command][] cheatsheet. Use a package that can read the `.env` file when your app starts. This does add an extra dependency though. - [dotenv package for Node.js](https://www.npmjs.com/package/dotenv) -- [python-dotenv for Python](https://pypi.org/project/python-dotenv/) +- See [Python dotenv][] cheatsheet. + +[Python dotenv]: {% link cheatsheets/python/configs/dotenv.md %} ## Resources