| File INSTALLATION.md changed (mode: 100644) (index 5261759..8a308e2) | 
	| ... | ... | sudo apt-get install hh | 
	| 15 | 15 | ``` | ``` | 
	| 16 | 16 | Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation). | Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation). | 
	| 17 | 17 |  |  | 
	| 18 |  | FEDORA & RHEL |  | 
	| 19 |  | ------------- |  | 
	| 20 | 18 |  |  | 
	| 21 |  | With ```dnf``` available: |  | 
	|  | 19 |  |  | 
	|  | 20 |  | FEDORA/RHEL/CENTOS | 
	|  | 21 |  | ------------------ | 
	|  | 22 |  | With `dnf` available: | 
	| 22 | 23 |  |  | 
	| 23 | 24 | ```bash | ```bash | 
	| 24 | 25 | sudo dnf copr enable tbabej/hstr -y | sudo dnf copr enable tbabej/hstr -y | 
	| 25 | 26 | sudo dnf install hstr -y | sudo dnf install hstr -y | 
	| 26 | 27 | ``` | ``` | 
	| 27 | 28 |  |  | 
	| 28 |  | For Fedora based systems without dnf available: |  | 
	|  | 29 |  | For Fedora based systems without `dnf`: | 
	| 29 | 30 |  |  | 
	| 30 | 31 | 1. Download the repo directly from the | 1. Download the repo directly from the | 
	| 31 | 32 | [copr page](https://copr.fedoraproject.org/coprs/tbabej/hstr/) | [copr page](https://copr.fedoraproject.org/coprs/tbabej/hstr/) | 
|  | 
	| ... | ... | and save it into ```/etc/yum.repos.d/``` directory. | 
	| 33 | 34 | 1. ```sudo yum install hstr -y``` | 1. ```sudo yum install hstr -y``` | 
	| 34 | 35 |  |  | 
	| 35 | 36 |  |  | 
	|  | 37 |  |  | 
	| 36 | 38 | INSTALLATION FROM SOURCE CODE | INSTALLATION FROM SOURCE CODE | 
	| 37 | 39 | ----------------------------- | ----------------------------- | 
	| 38 | 40 | Clone Git repository: | Clone Git repository: |