mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-27 09:53:11 +08:00
Polishing installation MD for Fedora & comp.
This commit is contained in:
parent
d4404ee71f
commit
a51adca2f5
1 changed files with 6 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue