mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-03 07:50:30 +00:00
docs: Update readme install instructions
This commit is contained in:
parent
891c8f95f9
commit
83655481bf
1 changed files with 2 additions and 2 deletions
|
@ -20,10 +20,10 @@ You can [download binaries](https://github.com/caddyserver/xcaddy/releases) that
|
||||||
You may also build `xcaddy` from source:
|
You may also build `xcaddy` from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ go get -u github.com/caddyserver/xcaddy/cmd/xcaddy
|
$ go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
For Debian, Ubuntu and Raspbian, an `xcaddy` package is available from our [Cloudsmith repo](https://cloudsmith.io/~caddy/repos/xcaddy/packages/):
|
For Debian, Ubuntu, and Raspbian, an `xcaddy` package is available from our [Cloudsmith repo](https://cloudsmith.io/~caddy/repos/xcaddy/packages/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
|
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
|
||||||
|
|
Loading…
Reference in a new issue