File README.md changed (mode: 100644) (index 2904a95..2d97dcd) |
... |
... |
hh --show-configuration >> ~/.bashrc |
28 |
28 |
``` |
``` |
29 |
29 |
|
|
30 |
30 |
|
|
|
31 |
|
DEBIAN/MINT INSTALLATION |
|
32 |
|
------------------- |
|
33 |
|
* install `hh` on Debian (Wheezy) or Mint (13) by registering the key: |
|
34 |
|
```bash |
|
35 |
|
wget www.clfh.de/frankh.asc |
|
36 |
|
apt-key add frankh.asc |
|
37 |
|
``` |
|
38 |
|
adding the repository: |
|
39 |
|
```bash |
|
40 |
|
deb http://www.clfh.de/debian wheezy main |
|
41 |
|
deb-src http://www.clfh.de/debian wheezy main |
|
42 |
|
``` |
|
43 |
|
and installing it: |
|
44 |
|
```bash |
|
45 |
|
apt-get update |
|
46 |
|
apt-get install hh |
|
47 |
|
``` |
|
48 |
|
|
|
49 |
|
* optionally configure `hh`: |
|
50 |
|
```bash |
|
51 |
|
hh --show-configuration >> ~/.bashrc |
|
52 |
|
|
|
53 |
|
|
31 |
54 |
DOWNLOAD |
DOWNLOAD |
32 |
55 |
-------- |
-------- |
33 |
56 |
https://github.com/dvorka/hstr/releases |
https://github.com/dvorka/hstr/releases |