mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-27 09:53:11 +08:00
Merge branch 'master' of https://github.com/dvorka/hstr
This commit is contained in:
commit
b62c0fb10c
2 changed files with 19 additions and 6 deletions
|
@ -15,6 +15,7 @@ Install:
|
||||||
* [Haiku OS](#haiku-os)
|
* [Haiku OS](#haiku-os)
|
||||||
* [macOS](#macos)
|
* [macOS](#macos)
|
||||||
* [nix package manager](#nix-package-manager)
|
* [nix package manager](#nix-package-manager)
|
||||||
|
* [Guix package manager](#guix-package-manager)
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
|
|
||||||
|
@ -51,15 +52,15 @@ sudo apt-get install hstr
|
||||||
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
||||||
|
|
||||||
## Debian/Mint
|
## Debian/Mint
|
||||||
Install HSTR from PPA. Add [my PPA](http://www.mindforger.com/debian),
|
Install HSTR from PPA. Add [my PPA](https://www.mindforger.com/debian),
|
||||||
trust [GPG key](http://www.mindforger.com/gpgpubkey.txt) and install HSTR:
|
trust [GPG key](https://www.mindforger.com/gpgpubkey.txt) and install HSTR:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# add PPA to APT sources:
|
# add PPA to APT sources:
|
||||||
sudo echo -e "\ndeb http://www.mindforger.com/debian stretch main" >> /etc/apt/sources.list
|
sudo echo -e "\ndeb https://www.mindforger.com/debian stretch main" >> /etc/apt/sources.list
|
||||||
|
|
||||||
# import PPA's GPG key
|
# import PPA's GPG key
|
||||||
wget -qO - http://www.mindforger.com/gpgpubkey.txt | sudo apt-key add -
|
wget -qO - https://www.mindforger.com/gpgpubkey.txt | sudo apt-key add -
|
||||||
|
|
||||||
# update sources
|
# update sources
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
@ -107,7 +108,7 @@ sudo dnf install ./hstr-<major>.<minor>.<revision>-2.x86_64.rpm -y
|
||||||
To install HSTR on openSUSE Leap 42.1 run the following commands as root:
|
To install HSTR on openSUSE Leap 42.1 run the following commands as root:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zypper addrepo http://download.opensuse.org/repositories/home:tuw-e184/openSUSE_Leap_42.1/home:tuw-e184.repo
|
zypper addrepo https://download.opensuse.org/repositories/home:tuw-e184/openSUSE_Leap_42.1/home:tuw-e184.repo
|
||||||
zypper refresh
|
zypper refresh
|
||||||
zypper install hstr
|
zypper install hstr
|
||||||
```
|
```
|
||||||
|
@ -141,7 +142,7 @@ To install HSTR on Haiku OS use [Haiku Depot](https://www.haiku-os.org/docs/user
|
||||||
|
|
||||||
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
||||||
## macOS
|
## macOS
|
||||||
Install HSTR on macOS using [Homebrew](http://brew.sh/) ([formula](https://formulae.brew.sh/formula/hh)):
|
Install HSTR on macOS using [Homebrew](https://brew.sh/) ([formula](https://formulae.brew.sh/formula/hh)):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install hh
|
brew install hh
|
||||||
|
@ -159,6 +160,17 @@ nix-env -i hstr
|
||||||
|
|
||||||
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
||||||
|
|
||||||
|
## Guix package manager
|
||||||
|
To install HSTR in [GuixSD](https://www.gnu.org/software/guix/) or using the standalone [Guix package manager](https://www.gnu.org/software/guix/manual/en/html_node/Binary-Installation.html#Binary-Installation) you can install the `hstr` package, e.g.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
guix package -i hstr
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
||||||
|
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
Build HSTR from source code.
|
Build HSTR from source code.
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,7 @@ Install:
|
||||||
* [Haiku OS](INSTALLATION.md#haiku-os)
|
* [Haiku OS](INSTALLATION.md#haiku-os)
|
||||||
* [macOS](INSTALLATION.md#macos)
|
* [macOS](INSTALLATION.md#macos)
|
||||||
* [nix package manager](INSTALLATION.md#nix-package-manager)
|
* [nix package manager](INSTALLATION.md#nix-package-manager)
|
||||||
|
* [Guix package manager](INSTALLATION.md#guix-package-manager)
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue