Update readme

This commit is contained in:
Anna Rose 2018-12-03 16:56:06 -05:00
parent 75eeea9079
commit aff2172b40
No known key found for this signature in database
GPG Key ID: 8D9ACA841015C59A

View File

@ -8,3 +8,9 @@ distribution doesn't offer a new enough version, running in docker is as easy as
```
docker run --rm -it -v $(pwd):/go/src/ -w /go/src golang:1.11 go build dayXX-X.go
```
The makefile also uses docker, so you can just run:
```
make dayXX-X
```