commit(auto)

This commit is contained in:
Kaz Saita(WSL2) 2024-02-05 16:00:06 +09:00
parent adca3b5a2b
commit b868b1c2c7

View file

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