mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-01 20:51:45 +08:00
MD
This commit is contained in:
parent
dd7df0f8b7
commit
21c6828b6e
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -28,6 +28,29 @@ hh --show-configuration >> ~/.bashrc
|
|||
```
|
||||
|
||||
|
||||
DEBIAN/MINT INSTALLATION
|
||||
-------------------
|
||||
* install `hh` on Debian (Wheezy) or Mint (13) by registering the key:
|
||||
```bash
|
||||
wget www.clfh.de/frankh.asc
|
||||
apt-key add frankh.asc
|
||||
```
|
||||
adding the repository:
|
||||
```bash
|
||||
deb http://www.clfh.de/debian wheezy main
|
||||
deb-src http://www.clfh.de/debian wheezy main
|
||||
```
|
||||
and installing it:
|
||||
```bash
|
||||
apt-get update
|
||||
apt-get install hh
|
||||
```
|
||||
|
||||
* optionally configure `hh`:
|
||||
```bash
|
||||
hh --show-configuration >> ~/.bashrc
|
||||
|
||||
|
||||
DOWNLOAD
|
||||
--------
|
||||
https://github.com/dvorka/hstr/releases
|
||||
|
|
Loading…
Reference in a new issue