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:
parent
0918ba7161
commit
cb5e8e6fd3
14
README.md
14
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user