mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-24 14:57:35 +08:00
Change Fedora installation
This commit is contained in:
parent
2edd786e3a
commit
552f4a0cad
1 changed files with 4 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
INSTALLATION
|
||||
============
|
||||
Install `hh` using [distribution](#distribution-installation),
|
||||
Install `hh` using [distribution](#distribution-installation),
|
||||
from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu),
|
||||
[Fedora/RHEL/CentOS/ScientificLinux](#fedorarhelcentos), [Debian/Mint](#debianmint),
|
||||
[Gentoo](#gentoo), [Arch Linux](#arch-linux) or [Mac OS](#mac-os).
|
||||
|
@ -20,19 +20,12 @@ Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md
|
|||
|
||||
FEDORA/RHEL/CENTOS
|
||||
------------------
|
||||
With `dnf` available:
|
||||
Install `hh` on Fedora, RHEL or CentOS:
|
||||
|
||||
```bash
|
||||
sudo dnf copr enable tbabej/hstr -y
|
||||
sudo dnf install hstr -y
|
||||
sudo dnf|yum install hstr -y
|
||||
```
|
||||
|
||||
For Fedora based systems without `dnf`:
|
||||
|
||||
1. Download the repo directly from the
|
||||
[copr page](https://copr.fedoraproject.org/coprs/tbabej/hstr/)
|
||||
and save it into ```/etc/yum.repos.d/``` directory.
|
||||
1. ```sudo yum install hstr -y```
|
||||
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation).
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue