From 0c68e5870b395908f347d8ff8a679096cda87a60 Mon Sep 17 00:00:00 2001 From: Victor Losada Hernandez Date: Sun, 22 Jan 2023 15:52:28 +0100 Subject: [PATCH] admin privileges detail readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a78292808..4165534cc 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ git clone https://github.com/naturalcrit/homebrewery.git Second, you will need to add the environment variable `NODE_ENV=local` to allow the project to run locally. -You can set this **temporarily** in your shell of choice: +You can set this **temporarily** in your shell of choice with admin privileges: * Windows Powershell: `$env:NODE_ENV="local"` * Windows CMD: `set NODE_ENV=local` * Linux / macOS: `export NODE_ENV=local`