diff --git a/content/20240205150537 Caddyをraspi4にインストール.md b/content/20240205150537 Caddyをraspi4にインストール.md index 870fc1b..c7f2fad 100755 --- a/content/20240205150537 Caddyをraspi4にインストール.md +++ b/content/20240205150537 Caddyをraspi4にインストール.md @@ -9,14 +9,15 @@ The following signatures couldn't be verified because the public key is not avai 仕方ないのでソースからビルド。 -まずgoが必要 -[[20240205152229 raspi4にgoをインストールする]] - +まずgoが必要。 +[[20240205152229 raspi4にgoをインストールする|raspi4にgoをインストールする]] +caddyをビルド。 ```sh $ sudo apt install git (インストールしてなければ) $ git clone --depth=1 https://github.com/caddyserver/caddy.git - +$ cd caddy/cmd/caddy/ +$ go build ``` cf.