From f31c1296ae2134f9983e1a49643cd605da6ca3ca Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Mon, 17 May 2021 19:37:53 -0400 Subject: [PATCH] docs: add additional build instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c060e89..9bc1ccf 100644 --- a/README.md +++ b/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: