mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
docs: Link to https://golang.org/doc/install, better instructions
This commit is contained in:
parent
49f13c098e
commit
01126416c2
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ title: "Build from source"
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
- [Go](https://golang.org/dl) 1.15 or newer
|
- [Go](https://golang.org/doc/install) 1.15 or newer
|
||||||
|
|
||||||
Clone the repository:
|
Clone the repository:
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ Caddy is easy to extend because of its modular architecture. Most kinds of Caddy
|
||||||
**Prerequisites:**
|
**Prerequisites:**
|
||||||
- Basic understanding of [Caddy's architecture](/docs/architecture)
|
- Basic understanding of [Caddy's architecture](/docs/architecture)
|
||||||
- Go language proficiency
|
- Go language proficiency
|
||||||
- [`go`](https://golang.org/dl)
|
- [`go`](https://golang.org/doc/install)
|
||||||
- [`xcaddy`](https://github.com/caddyserver/xcaddy)
|
- [`xcaddy`](https://github.com/caddyserver/xcaddy)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue