M Makefile => Makefile +1 -0
@@ 1,3 1,4 @@
+.PHONY: build
build:
docker build --tag cgit --tag dricottone/cgit:latest .
M README.md => README.md +1 -1
@@ 12,7 12,7 @@ make build
```
-## Configuration
+## Configure
Edit `cgit.d/cgitrc`, which follows the
[cgitrc](https://git.zx2c4.com/cgit/tree/cgitrc.5.txt) specification.