From 775d06bda7831cfcde2a4fa3b23d5f2bc0556efb Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 28 Jul 2017 11:01:48 +0100 Subject: [PATCH] Add go rice notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a17db82..b7cdced3 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ If you want to contribute or want to build the code from source, you will need t 5. `go install gihthub.com/hacdias/filemanager/cmd/filemanager` 6. Execute `$GOPATH/bin/filemanager` -The steps 3 and 4 are only required **if you want to develop the front-end**. Otherwise, you can ignore them. Before pulling, if you made any change on assets folder, you must run the `build.sh` script on the root of this repository. +The steps 3 and 4 are only required **if you want to develop the front-end**. Otherwise, you can ignore them. Before pulling, if you made any change on assets folder, you must run the `build.sh` script on the root of this repository. Also ensure that you have [go.rice](https://github.com/GeertJohan/go.rice) tool installed on your computer. 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`.