Merge branch 'master' of https://github.com/hacdias/filemanager
Former-commit-id: 2ce9700dcd319fbb224f31a44528931c016b10c2 [formerly dfc8de539e7f70b4fe82cbcf2eace0acef20a33a] [formerly 6f7702d46d44b853c5cc7f5b60097998af8c7656 [formerly 5f883a629e
]]
Former-commit-id: 95181b9d30643ae7f5f9a43d9eb246fd0b9b7968 [formerly ee983e496a848e7ee6ae0795ebf5828ab7ee72a4]
Former-commit-id: c30f2bcd3e9f4071c0af00564fd8d5553cea2d20
This commit is contained in:
commit
b4c7123d1f
|
@ -15,6 +15,7 @@ filemanager provides a file managing interface within a specified directory and
|
||||||
- [Users](#users)
|
- [Users](#users)
|
||||||
- [Search](#search)
|
- [Search](#search)
|
||||||
+ [Contributing](#contributing)
|
+ [Contributing](#contributing)
|
||||||
|
+ [Donate](#donate)
|
||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
|
|
||||||
|
@ -132,3 +133,7 @@ Then, you should navigate to `$GOPATH/src/github.com/hacdias/filemanager` and ex
|
||||||
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`.
|
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.
|
Before pulling, and if you made any change on assets folder, you must run the `build.sh` script on the root of this repository.
|
||||||
|
|
||||||
|
# Donate
|
||||||
|
|
||||||
|
Enjoying this project? You can [donate to its creator](https://henriquedias.com/donate/). He will appreciate.
|
||||||
|
|
Loading…
Reference in New Issue