Merge pull request #3 from Control-D-Inc/cuonglm/fix-readme

Update README.md
This commit is contained in:
Yegor S
2022-12-13 12:29:57 -05:00
committed by GitHub
+4 -4
View File
@@ -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