Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 494 Bytes

500 - Build

  1. Clone their repo, e.g. via git clone [email protected]:rancher/k3d.git or go get github.com/rancher/k3d/v4@main
  2. Inside the repo run
    • 'make install-tools' to make sure required go packages are installed
  3. Inside the repo run one of the following commands
    • make build to build for your current system
    • go install to install it to your GOPATH (Note: this will give you unreleased/bleeding-edge changes)
    • make build-cross to build for all systems