From e2bf5749c1936ac71797fcd8a27f0bf2e31df653 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Fri, 11 Dec 2020 12:38:29 -0500 Subject: [PATCH] docs: update docker-compose title --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 085c630..a05b3ed 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -76,7 +76,7 @@ Use `npm run lint` to see any linting uses and `npm run lint:fix` to automatical - [Docker Compose](https://docs.docker.com/compose/install/) - Depending on your system, you may already have this. Check before installing. -#### How +#### Starting with `docker-compose` 1. Make a copy of `dotenv-example` and name it `dotenv`. 1. Edit the `dotenv` file to your liking using a text editor (like [vscode](https://code.visualstudio.com/)).