Skip to content

Commit eb448d2

Browse files
committed
Readme fix
1 parent 72450af commit eb448d2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Copy `.env-example` in the project root to `.env` and edit your preferences.
3535

3636
Example:
3737

38-
```yml
38+
```dotenv
3939
IP=127.0.0.1
4040
APP_NAME=myapp
4141
DOMAIN="myapp.local"
@@ -52,7 +52,7 @@ Copy `.env-example` in the `src` folder to `.env` and edit your preferences.
5252

5353
Use the following database settings:
5454

55-
```yml
55+
```dotenv
5656
DB_HOST=mysql:3306
5757
DB_NAME=myapp
5858
DB_USER=root
@@ -89,17 +89,18 @@ cd cli
8989
## Install WordPress and Composer dependencies
9090

9191
```shell
92-
docker-compose run composer intall
92+
cd src
93+
docker-compose run composer install
9394
```
94-
> If you have Composer installed on your Mac you can also use `cd src && composer install`
95+
> If you have Composer installed on your computer you can also use `cd src && composer install`
9596
9697
## Run
9798

9899
```shell
99100
docker-compose up -d
100101
```
101102

102-
docker-compose will start all the services for you:
103+
Docker Compose will start all the services for you:
103104

104105

105106
```shell

0 commit comments

Comments
 (0)