From ba6816f06aa84bc9e70def1e52e5f2070448fce5 Mon Sep 17 00:00:00 2001 From: EtherFact Development <38314416+etherfact@users.noreply.github.com> Date: Sun, 29 Apr 2018 07:54:41 +0700 Subject: [PATCH] Update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56b63e6403..f77e9e5f96 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Building getf requires both a Go (version 1.7 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run - make getf + go install ./cmd/getf or, to build the full suite of utilities: - make all + go install ./cmd/... ## Executables