From cb5e8e6fd32fe17c631669ac978c4f75cb94e6f9 Mon Sep 17 00:00:00 2001 From: gokul swaminathan <33443763+JavaCafe01@users.noreply.github.com> Date: Mon, 22 Mar 2021 00:08:24 -0700 Subject: [PATCH] Update readme with makefile instructions --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3dd0e69..c24619b 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,16 @@ Prebuilt binaries are not yet provided, so to try it out you'll have to manually ### Requirements - Go 1.16 -### Setup -``` +### Install +```sh git clone https://github.com/Hilbis/Hilbish cd Hilbish -go build +sudo make install ``` -This will build a `hilbish` executable in the current directory. - -# Install +### Uninstall ```sh -sudo cp hilbish /usr/bin -sudo mkdir /usr/share/hilbish -sudo cp libs preload.lua .hilbishrc.lua /usr/share/hilbish -r +sudo make uninstall ``` # License