mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-11 08:03:22 +00:00
docs: add additional build instructions
This commit is contained in:
parent
3a673e2a9b
commit
f31c1296ae
14
README.md
14
README.md
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user