mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-08-10 13:20:33 +02:00
Merge pull request #3 from Control-D-Inc/cuonglm/fix-readme
Update README.md
This commit is contained in:
@@ -21,23 +21,23 @@ All DNS protocols are supported, including:
|
|||||||
|
|
||||||
## OS Support
|
## OS Support
|
||||||
- Windows (386, amd64, arm)
|
- Windows (386, amd64, arm)
|
||||||
- Mac (amd64, arm)
|
- Mac (amd64, arm64)
|
||||||
- Linux (386, amd64, arm, mips)
|
- Linux (386, amd64, arm, mips)
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
Download pre-compiled binaries from the [Releases](#) section.
|
Download pre-compiled binaries from the [Releases](https://github.com/Control-D-Inc/ctrld/releases) section.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
`ctrld` requires `go1.19+`:
|
`ctrld` requires `go1.19+`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ go build
|
$ go build ./cmd/ctrld
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ go install <path_to_repo>
|
$ go install github.com/Control-D-Inc/ctrld/cmd/ctrld@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Arguments
|
## Arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user