From 3e19d7ff834a23ffd9e2bbfa056fd7ebeb00c3c1 Mon Sep 17 00:00:00 2001 From: basilhendroff <63370329+basilhendroff@users.noreply.github.com> Date: Thu, 21 May 2020 17:39:36 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc3eb91..a6c2e42 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ The install script will mimic the majority of steps below, which are presently e nano Caddyfile # Paste in the 'Hello World' text from includes/Caddyfile # Install the Caddy V2 executable + cd /usr/local/bin fetch https://github.com/caddyserver/caddy/releases/download/v2.0.0/caddy_2.0.0_freebsd_amd64.tar.gz tar -xzvf caddy_2.0.0_freebsd_amd64.tar.gz rm caddy_2.0.0_freebsd_amd64.tar.gz