From d6534b7e8d6e16f57187b471f4bdd1b8044fea79 Mon Sep 17 00:00:00 2001 From: NDensity compute Date: Fri, 2 Sep 2016 13:51:40 +0000 Subject: [PATCH] Building tweaks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2cad0..7f2a357 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ is for anyone who loves make, but hates all its stupid bullshit. ### Building/installing from source 1. `git clone` the repo - 2. `go build` + 2. `go get` + 3. `go build` ## Why Plan 9 mk is better than make