remove notice from readme

Former-commit-id: 5f010954d64650bebdee3ca9b4e321dfd7bf7cdf [formerly 2603003f6777961aef3355a37bba3e66148dc95c] [formerly 51a4e9942edcbf620edf1f46cdfb59750be1abcb [formerly b9c389f5a0]]
Former-commit-id: 0467ec83ad5a4f5e32d75fd69f14ddd88cf37782 [formerly 5ae8d45466650c5fc7bdb64b4866d3d7380969e1]
Former-commit-id: 253384b3050b4f72de834b4c72828a85a60335dd
This commit is contained in:
Henrique Dias 2017-07-28 11:22:17 +01:00
parent 242b868a56
commit 4905fc3800
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,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. Also ensure that you have [go.rice](https://github.com/GeertJohan/go.rice) tool installed on your computer.
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.
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`.