From 13fbf0aef46983eb750a61e4681f571478bc040a Mon Sep 17 00:00:00 2001 From: mitch Date: Fri, 31 Dec 2021 02:19:03 -0500 Subject: [PATCH] Added build instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4d734e3..ea9b640 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A simple program for various commonly used disk utilities ## Requirements - go compiler +## Build +`make build` + ## Install `mv diskutil /usr/local/bin/`