Renamed env-example to .env.example in documentation, reference and build files

This commit is contained in:
aiden
2021-03-23 17:49:15 +11:00
parent 33b75637e5
commit d759e82a02
7 changed files with 10 additions and 10 deletions

View File

@ -46,10 +46,10 @@ Let's see how easy it is to setup our demo stack `PHP`, `NGINX`, `MySQL`, `Redis
git clone https://github.com/Laradock/laradock.git
```
2 - Enter the laradock folder and rename `env-example` to `.env`.
2 - Enter the laradock folder and rename `.env.example` to `.env`.
```shell
cp env-example .env
cp .env.example .env
```
3 - Run your containers: