diff options
author | Matthew Holt <[email protected]> | 2020-03-17 21:03:17 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2020-03-17 21:03:17 -0600 |
commit | ab2fc9d066aa4583fad937e841a771eed69907bf (patch) | |
tree | fb34a64fd2593d8087fe9d2645373d7bfc0cec5e /README.md | |
parent | fc7340e11aa9ca6326909aedfd36bb2c5b53d2a8 (diff) | |
download | caddy-ab2fc9d066aa4583fad937e841a771eed69907bf.tar.gz caddy-ab2fc9d066aa4583fad937e841a771eed69907bf.zip |
Update dependencies and readme
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` |