mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-26 17:33:50 +08:00
Update INSTALLATION.md
Replaced http:// with https://
This commit is contained in:
parent
1b8c12ebe0
commit
d5e79c87cc
1 changed files with 6 additions and 6 deletions
|
@ -52,15 +52,15 @@ sudo apt-get install hstr
|
|||
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
|
||||
|
||||
## Debian/Mint
|
||||
Install HSTR from PPA. Add [my PPA](http://www.mindforger.com/debian),
|
||||
trust [GPG key](http://www.mindforger.com/gpgpubkey.txt) and install HSTR:
|
||||
Install HSTR from PPA. Add [my PPA](https://www.mindforger.com/debian),
|
||||
trust [GPG key](https://www.mindforger.com/gpgpubkey.txt) and install HSTR:
|
||||
|
||||
```bash
|
||||
# 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
|
||||
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
|
||||
sudo apt update
|
||||
|
@ -108,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:
|
||||
|
||||
```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 install hstr
|
||||
```
|
||||
|
@ -142,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).
|
||||
## 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
|
||||
brew install hh
|
||||
|
|
Loading…
Reference in a new issue