0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

admin privileges detail readme

This commit is contained in:
Victor Losada Hernandez
2023-01-22 15:52:28 +01:00
parent 6b6e05ca11
commit 0c68e5870b

View File

@@ -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`