From c238b72d5dbc97ea0075013e5fb2e516982d7bc9 Mon Sep 17 00:00:00 2001 From: Anthony Plunkett Date: Tue, 14 May 2019 00:17:36 -0400 Subject: [PATCH] readme: clarify about Go file to build Caddy (#2611) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0acd13657..2835e260e 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ There is no need to modify the Caddy code to build it with plugins. We will crea 1. Set the transitional environment variable for Go modules: `export GO111MODULE=on` -2. Create a new folder anywhere, and put this Go file into it, then import the plugins you want to include: +2. Create a new folder anywhere and within create a Go file (extension `.go`) with the contents below, adjusting to import the plugins you want to include: ```go package main