From 50be64d4c8ee84117fcc3ff6522ee1c1ca02a3dc Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Mon, 24 May 2021 22:10:05 -0400 Subject: [PATCH] docs: update install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2721036..5db4a89 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Type these commands in a terminal: git clone https://github.com/TorchedSammy/Tensho cd Tensho go get -d -go build +make build +sudo make install ``` -And Tensho will be compiled, at which you can copy/move to any bin directory. # Usage > ⚠️ Tensho has only been tested on Linux (and is really the only intended platform),