summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-03-17 21:03:17 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-03-17 21:03:17 -0600
commitab2fc9d066aa4583fad937e841a771eed69907bf (patch)
treefb34a64fd2593d8087fe9d2645373d7bfc0cec5e /README.md
parentfc7340e11aa9ca6326909aedfd36bb2c5b53d2a8 (diff)
Update dependencies and readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 45c3023..b40485f 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ This is the development branch for Caddy 2, the web server of the Go community.
- [Build from source](#build-from-source)
- [For development](#for-development)
- - [With version information and/or plugins](#with-version-information-and/or-plugins)
+ - [With version information and/or plugins](#with-version-information-andor-plugins)
- [Getting started](#getting-started)
- [Overview](#overview)
- [Full documentation](#full-documentation)
@@ -54,6 +54,8 @@ Requirements:
- Do NOT disable [Go modules](https://github.com/golang/go/wiki/Modules) (`export GO111MODULE=on`)
### For development
+
+_**Note:** These steps [will not embed proper version information](https://github.com/golang/go/issues/29228). For that, please follow the instructions below._
```bash
$ git clone -b v2 "https://github.com/caddyserver/caddy.git"
@@ -61,8 +63,6 @@ $ cd caddy/cmd/caddy/
$ go build
```
-_**Note:** Those steps [will not embed proper version information](https://github.com/golang/go/issues/29228). For that, please follow the instructions below._
-
### With version information and/or plugins
1. Create a new folder: `mkdir caddy`