diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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` |