From 8e87bb05c01eeaea6501364d072696ebaac803a6 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 25 Jun 2017 21:17:42 +0100 Subject: [PATCH] Remove old sections from readme --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index a5ad1f74..feee8663 100644 --- a/README.md +++ b/README.md @@ -165,24 +165,4 @@ this are keywords case:insensitive ## Developers -If you want to build Caddy from source with this plugin, you should take the following steps: - -1. Download the Caddy source code (`go get github.com/mholt/caddy/caddy`) -2. Download the File Manager source code (`go get github.com/hacdias/caddy-filemanager`). -3. Navigate to the directory where File Manager's code is. -4. Run `go generate`. Otherwise, you will get an `undefined: Asset` error. -5. Navigate to the directory where Caddy's source code is and open the file `caddy/caddymain/run.go`. -6. Add the line `_ github.com/hacdias/caddy-filemanager` to the imports section. - -Now you only need to build or install Caddy and you're good to go. - -**Pre-commit Git Hook** - -``` -go generate -git add -A -``` - -### To edit CSS, JS and HTML - -(In construction) +If you are a developer and want to contribute, please go to the [filemanager library repository](https://github.com/hacdias/filemanager) where you can find the base code for this project. \ No newline at end of file