Remove old sections from readme

Former-commit-id: 9c46f37c188d8b37c29505e8f584e30e4d3f3299 [formerly c6b4e2c40053b1b87fff497f399ad3feda764136] [formerly cd7d4e97cb8a02555e317d6af11f7b83a8215d9a [formerly 8e87bb05c0]]
Former-commit-id: de71eda3cf447b3e0e8765c1ba1b434c18415485 [formerly 81d0e91d59c6d8bbb324ae1efb2b25d47631e4fd]
Former-commit-id: 94e7eb25f7f4bd966b023a3efbe9ae7836b5bf74
pull/726/head
Henrique Dias 2017-06-25 21:17:42 +01:00
parent 9946cd6a46
commit 166f8f95c5
1 changed files with 1 additions and 21 deletions

View File

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