From ab2fc9d066aa4583fad937e841a771eed69907bf Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 17 Mar 2020 21:03:17 -0600 Subject: Update dependencies and readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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` -- cgit v1.2.3