diff --git a/README.md b/README.md index 908cf1c9..bf6be337 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ filemanager { frontmatter type } ``` + +## NOTE FOR DEVELOPERS + +You need to run `go generate` on `$GOPATH/src/github.com/hacdias/caddy-filemanager` before building any binary. Otherwise, you will receive an `undefined: Asset` error.