Polishing installation MD for Fedora & comp.

This commit is contained in:
Martin Dvorak 2015-05-09 14:37:48 +02:00
parent d4404ee71f
commit a51adca2f5

View file

@ -15,17 +15,18 @@ sudo apt-get install hh
```
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation).
FEDORA & RHEL
-------------
With ```dnf``` available:
FEDORA/RHEL/CENTOS
------------------
With `dnf` available:
```bash
sudo dnf copr enable tbabej/hstr -y
sudo dnf install hstr -y
```
For Fedora based systems without dnf available:
For Fedora based systems without `dnf`:
1. Download the repo directly from the
[copr page](https://copr.fedoraproject.org/coprs/tbabej/hstr/)
@ -33,6 +34,7 @@ and save it into ```/etc/yum.repos.d/``` directory.
1. ```sudo yum install hstr -y```
INSTALLATION FROM SOURCE CODE
-----------------------------
Clone Git repository: