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