diff options
author | Matthew Holt <[email protected]> | 2020-03-13 13:02:47 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2020-03-13 13:04:10 -0600 |
commit | 6cbd93736fcd2e202fb4d5cfc3f9dd45b6121b0b (patch) | |
tree | 43c67b6de541552e5cb3a6e10029c035693369d4 /README.md | |
parent | c4472363579e26485fdfc01f4fd79b86d44acd86 (diff) | |
download | caddy-6cbd93736fcd2e202fb4d5cfc3f9dd45b6121b0b.tar.gz caddy-6cbd93736fcd2e202fb4d5cfc3f9dd45b6121b0b.zip |
Minor tweaksv2.0.0-beta.16
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ This is the development branch for Caddy 2. ### Menu - [Build from source](#build-from-source) - - [Building with plugins](#building-with-plugins) + - [Building with plugins](#building-with-plugins-and/or-version-information) - [Getting started](#getting-started) - [Overview](#overview) - [Full documentation](#full-documentation) @@ -73,7 +73,7 @@ That will put a `caddy(.exe)` binary into the current directory. If you encounter any Go-module-related errors, try clearing your Go module cache (`$GOPATH/pkg/mod`) or Go package cache (`$GOPATH/pkg`) and read [the Go wiki page about modules for help](https://github.com/golang/go/wiki/Modules). If you have issues with Go modules, please consult the Go community for help. But if there is an actual error in Caddy, please report it to us. -### Building with plugins +### Building with plugins and/or version information Caddy is extensible with plugins. Plugins are added at compile-time, so all Caddy binaries are static (self-contained) and portable. |