From b22c16d6413f932847044891bf027196a6da6d55 Mon Sep 17 00:00:00 2001 From: David Lick Date: Wed, 23 Sep 2020 15:08:30 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e752475..e64a2c1 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,8 @@ Run from the `/cmd/api` directory: go run *.go ``` -You may also use the `docker-compose.yml` to spin up a container if you do not have Go installed. +You may also use the `docker-compose.yml` to spin up a container if you do not have Go installed: + +``` +docker-compose up +```