Minor polishing of MPR package manager installation.

This commit is contained in:
Martin Dvorak 2022-01-09 18:04:15 +01:00 committed by GitHub
parent 53548558fa
commit a35dd926dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ Install:
* [macOS](#macos)
* [nix package manager](#nix-package-manager)
* [Guix package manager](#guix-package-manager)
* [MPR package manager](#mpr-package-manager)
Build:
@ -234,7 +235,6 @@ To install HSTR using the [nix package manager](https://nixos.org/nix/) e.g. on
nix-env -i hstr
```
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
## Guix package manager
@ -244,14 +244,14 @@ To install HSTR in [GuixSD](https://www.gnu.org/software/guix/) or using the sta
guix package -i hstr
```
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
## MPR package manager
To install `hstr` in ubuntu or derivative operating systems using MPR, you can search for `hstr-git` using helper
To install HSTR in Ubuntu or derivative operating systems using MPR, you can search for `hstr-git` using helper
or install it manually using `makedeb -s`
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
[MPR package](https://mpr.hunterwittenborn.com/packages/hstr-git)
# Build