Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius authored Sep 5, 2024
1 parent 2cc0b30 commit 5262b4b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/akk-stack/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,17 @@ Resolving deltas: 100% (437/437), done.

### Initialize the Environment

There are a ton of configuration variables available in the **.env** file that is produced from running the next command, we will get into that later. The key thing here is that it creates the base **.env** and scrambles all of the password fields in the environment
There are a ton of configuration variables available in the **.env** file that is produced from running the next command, we will get into that later. The key thing here is that it creates the base **.env** and scrambles all of the password fields in the environment.

!!! warning

Do not run `make init-reset-env` after the environment has been initialized. Things will no longer work properly.

```shell
make init-reset-env
```

Will output
Will output the following.

```
make env-transplant
Expand Down

0 comments on commit 5262b4b

Please sign in to comment.