Add go rice notice

Former-commit-id: 1cf9a6f790a167f00e35090d78b3ce6d96d2eb1b [formerly b85aabf46fd0582b8f4004f7be97cd33fa97e0cb] [formerly c28c70f3279ad7231eb8449ffac451d91773eaa6 [formerly 775d06bda7]]
Former-commit-id: 67e1adb78c8361ac89e88b3a4706ead16394be8c [formerly d683d4465cd25c5cd03dde2b117f6591a6d5a3f6]
Former-commit-id: b48c0ea8454366294e0209dbb636ee18f4720767
This commit is contained in:
Henrique Dias 2017-07-28 11:01:48 +01:00 committed by GitHub
parent 25c20aaeb2
commit 7f46ef9a97
1 changed files with 1 additions and 1 deletions

View File

@ -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`.