Merge pull request #16 from mmatur/fix/readme

Fix bad go get command in the readme
pull/20/head
Thorsten Klein 5 years ago committed by GitHub
commit ce4f9d238f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -27,7 +27,7 @@ or...
## Build ## Build
1. Clone this repo, e.g. via `go get -u github.com/rancher/k3d/releases` 1. Clone this repo, e.g. via `go get -u github.com/rancher/k3d`
2. Inside the repo run 2. Inside the repo run
- `make` to build for your current system - `make` to build for your current system
- `go install` to install it to your `GOPATH` - `go install` to install it to your `GOPATH`

Loading…
Cancel
Save