commit(auto)

This commit is contained in:
Kaz Saita(WSL2) 2024-02-05 16:00:06 +09:00
parent 26792cb3a9
commit 89d74f7b12

View file

@ -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.