fix: change makefile and install instructions

pull/6/head
TorchedSammy 2021-03-23 00:05:21 -04:00
parent 1f1d36f06c
commit fb8248c7b8
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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