From fb8248c7b846d3aa39179af521f64eb5fb959971 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Tue, 23 Mar 2021 00:05:21 -0400 Subject: [PATCH] fix: change makefile and install instructions --- Makefile | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7690600..cf68fec 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ LIBDIR ?= $(PREFIX)/share/hilbish build: @go build -install: build +install: @install -v -d "$(BINDIR)/" && install -m 0755 -v hilbish "$(BINDIR)/hilbish" @mkdir -p "$(LIBDIR)" @cp libs preload.lua .hilbishrc.lua "$(LIBDIR)" -r diff --git a/README.md b/README.md index c24619b..70c8881 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,10 @@ Prebuilt binaries are not yet provided, so to try it out you'll have to manually ```sh git clone https://github.com/Hilbis/Hilbish cd Hilbish +make build sudo make install +# Or +sudo make ``` ### Uninstall