Update README.md

This commit is contained in:
David Lick
2020-09-23 15:08:30 -04:00
committed by GitHub
parent 42fe1541a4
commit b22c16d641
+5 -1
View File
@@ -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
```