diff --git a/Makefile b/Makefile index 1febbf2c..1e55542a 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,4 @@ dist: CGO_ENABLED=0 GOOS=darwin go build -ldflags $(LDFLAGS) -a -installsuffix cgo -o bin/k3sup-darwin CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=6 go build -ldflags $(LDFLAGS) -a -installsuffix cgo -o bin/k3sup-armhf CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags $(LDFLAGS) -a -installsuffix cgo -o bin/k3sup-arm64 + CGO_ENABLED=0 GOOS=windows go build -ldflags $(LDFLAGS) -a -installsuffix cgo -o bin/k3sup.exe diff --git a/README.md b/README.md index 1cdf5c4f..f5794440 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Uses: ## Download `k3sup` (tl;dr) -`k3sup` is distributed as a static Go binary, use the installer or visit the [Releases page](https://github.com/alexellis/k3sup/releases). +`k3sup` is distributed as a static Go binary. You can use the installer on MacOS and Linux, or visit the [Releases page](https://github.com/alexellis/k3sup/releases) to download the executable for Windows. ```sh curl -sLS https://get.k3sup.dev | sh