2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-10 22:33:22 +00:00

Update readme with makefile instructions

This commit is contained in:
gokul swaminathan 2021-03-22 00:08:24 -07:00 committed by GitHub
parent 0918ba7161
commit cb5e8e6fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,20 +18,16 @@ Prebuilt binaries are not yet provided, so to try it out you'll have to manually
### Requirements ### Requirements
- Go 1.16 - Go 1.16
### Setup ### Install
``` ```sh
git clone https://github.com/Hilbis/Hilbish git clone https://github.com/Hilbis/Hilbish
cd Hilbish cd Hilbish
go build sudo make install
``` ```
This will build a `hilbish` executable in the current directory. ### Uninstall
# Install
```sh ```sh
sudo cp hilbish /usr/bin sudo make uninstall
sudo mkdir /usr/share/hilbish
sudo cp libs preload.lua .hilbishrc.lua /usr/share/hilbish -r
``` ```
# License # License