Update readme with makefile instructions

pull/5/head
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
1 changed files with 5 additions and 9 deletions

View File

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