mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-27 07:53:23 +00:00
fix: change makefile and install instructions
This commit is contained in:
parent
1f1d36f06c
commit
fb8248c7b8
2
Makefile
2
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user