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: