Added ArchLinux to MD

This commit is contained in:
Martin Dvorak 2014-03-02 07:30:31 +01:00
parent 92e557789a
commit c995b1f3e0

View file

@ -52,24 +52,22 @@ hh --show-configuration >> ~/.bashrc
``` ```
DOWNLOAD ARCH LINUX
-------- ----------
* download latest distribution from project Releases section:
https://github.com/dvorka/hstr/releases https://github.com/dvorka/hstr/releases
* use PKGBUILD in the root of the distribution to build package using `makepkg`:
SOURCE CODE INSTALLATION https://wiki.archlinux.org/index.php/PKGBUILD
------------------------
* download distribution (project Releases section), expand the archive and install `hh`:
```bash
./configure && make && make install
```
* install `hh`
* optionally configure `hh`: * optionally configure `hh`:
```bash ```bash
hh --show-configuration >> ~/.bashrc hh --show-configuration >> ~/.bashrc
``` ```
MAC OS MAC OS
------ ------
* install MacPorts: * install MacPorts:
@ -92,6 +90,24 @@ hh --show-configuration >> ~/.bashrc
``` ```
INSTALLATION FROM SOURCE CODE
-----------------------------
* download latest distribution from project Releases section:
https://github.com/dvorka/hstr/releases
* expand the archive and install `hh` using:
```bash
./configure && make && make install
```
* optionally configure `hh`:
```bash
hh --show-configuration >> ~/.bashrc
```
CONFIGURATION EXPLANATION CONFIGURATION EXPLANATION
------------------------- -------------------------
* `hh` works best with the optional configuration described in this section. * `hh` works best with the optional configuration described in this section.