docs: add additional build instructions

pull/59/head
sammyette 2021-05-17 19:37:53 -04:00
parent 3a673e2a9b
commit f31c1296ae
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 13 additions and 1 deletions

View File

@ -51,13 +51,25 @@ sudo zypper install readline-devel
```
### Install
First, clone Hilbish:
```sh
git clone --recursive https://github.com/Hilbis/Hilbish
cd Hilbish
make build
```
Then build and install:
```sh
make dev
sudo make install
# Or
sudo make all
```
Or, if you want the latest stable release:
```
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
make build
sudo make install
```
Alternatively, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package: