From a3bb1b03f3dd7606c82915412229e42df70d5332 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 22 May 2019 00:28:23 +0200 Subject: [PATCH] clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b31c848..2bbedcfcd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ or... 1. Clone this repo, e.g. via `go get -u github.com/rancher/k3d` 2. Inside the repo run - 'make install-tools' to make sure required go packages are installed -3. Inside the repo run +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