From d3e534151466eab792bbd9970312004159a72169 Mon Sep 17 00:00:00 2001 From: Wilco Waaijer Date: Thu, 7 Nov 2024 18:52:43 +0100 Subject: [PATCH] Instruct users to also install dotenv --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 7319642..015ea19 100644 --- a/README.markdown +++ b/README.markdown @@ -8,15 +8,15 @@ The names of the needed variables are read from `.env.example`, which should be # Installation ``` -npm install dotenv-safe +npm install dotenv-safe dotenv ``` ``` -pnpm install dotenv-safe +pnpm install dotenv-safe dotenv ``` ``` -yarn add dotenv-safe +yarn add dotenv-safe dotenv ``` # Example