From 24bf5f02d3da07c298365af8fbec0b9dcf03cfea Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 19 Jul 2017 08:56:30 +0100 Subject: [PATCH] Update README.md Former-commit-id: b77a55d7621f462eef12d592cd3e23e1df431606 [formerly 530244df61dbee69b86a02680113636a5218c54e] [formerly 87149b0b7045bc99baa735fac20726e3ba839c21 [formerly 02297c633d045f53c8374d1ba47fedc8e761916b]] Former-commit-id: 9249a65b103dd1709bbd3afe14bf6bc8986b71ac [formerly ae633071950b6cca9b9a70d6b9a4a1ec43171be7] Former-commit-id: 0e3de9249dca310ee219c38c1d2a2eb990cd1fc9 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de6ed15d..83980be6 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,5 @@ go get github.com/hacdias/filemanager Then, you should navigate to `$GOPATH/src/github.com/hacdias/filemanager` and execute `npm install`. You can start the live build of static assets with the command `npm start dev`. If you are using this as a Caddy plugin, you should use its [official instructions for plugins](https://github.com/mholt/caddy/wiki/Extending-Caddy#2-plug-in-your-plugin) and import `github.com/hacdias/filemanager/caddy/filemanager`. + +Before pulling, and if you made any change on assets folder, you must run the `build.sh` script on the root of this repository.