From 166f8f95c551ad99afbdfdef14e54fe92f91dc4b 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 Former-commit-id: 9c46f37c188d8b37c29505e8f584e30e4d3f3299 [formerly c6b4e2c40053b1b87fff497f399ad3feda764136] [formerly cd7d4e97cb8a02555e317d6af11f7b83a8215d9a [formerly 8e87bb05c01eeaea6501364d072696ebaac803a6]] Former-commit-id: de71eda3cf447b3e0e8765c1ba1b434c18415485 [formerly 81d0e91d59c6d8bbb324ae1efb2b25d47631e4fd] Former-commit-id: 94e7eb25f7f4bd966b023a3efbe9ae7836b5bf74 --- 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