mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
fix(docs): Resolve typo in .env
path
This commit is contained in:
parent
a0303b22dd
commit
518c30b19d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ After setting up the required services, you need to set the corresponding enviro
|
||||||
```sh-session
|
```sh-session
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
2. Open the `/apps/web/.env` file in a text editor and populate the values for the services mentioned above.
|
2. Open the `.env` file in a text editor and populate the values for the services mentioned above.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue