| File INSTALLATION.md changed (mode: 100644) (index 4956160..b17ff6e) |
| 1 |
1 |
hh INSTALLATION |
hh INSTALLATION |
| 2 |
2 |
=============== |
=============== |
| 3 |
|
Install `hh` [distribution](#DISTRIBUTION INSTALLATION), from [source code](#INSTALLATION FROM SOURCE CODE), |
|
| 4 |
|
on [Ubuntu](#UBUNTU), [Debian/Mint](#DEBIAN/MINT), [Arch Linux](#ARCH LINUX) |
|
| 5 |
|
or [Mac OS](#MAC OS). |
|
|
3 |
|
Install `hh` using [distribution](#distribution-installation), from [source code](#installation-from-source-code), |
|
4 |
|
on [Ubuntu](#ubuntu), [Debian/Mint](#debianmint), [Arch Linux](#arch-linux) |
|
5 |
|
or [Mac OS](#mac-os). |
| 6 |
6 |
|
|
| 7 |
7 |
|
|
| 8 |
8 |
UBUNTU |
UBUNTU |
| |
| ... |
... |
sudo add-apt-repository ppa:ultradvorka/ppa |
| 13 |
13 |
sudo apt-get update |
sudo apt-get update |
| 14 |
14 |
sudo apt-get install hh |
sudo apt-get install hh |
| 15 |
15 |
``` |
``` |
| 16 |
|
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION). |
|
|
16 |
|
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION). |
| 17 |
17 |
|
|
| 18 |
18 |
|
|
| 19 |
19 |
INSTALLATION FROM SOURCE CODE |
INSTALLATION FROM SOURCE CODE |
| |
| ... |
... |
Install `hh` using: |
| 30 |
30 |
```bash |
```bash |
| 31 |
31 |
./configure && make && make install |
./configure && make && make install |
| 32 |
32 |
``` |
``` |
| 33 |
|
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION). |
|
|
33 |
|
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION). |
| 34 |
34 |
|
|
| 35 |
35 |
|
|
| 36 |
36 |
DISTRIBUTION INSTALLATION |
DISTRIBUTION INSTALLATION |
| |
| ... |
... |
Expand the archive and install `hh` using: |
| 43 |
43 |
```bash |
```bash |
| 44 |
44 |
./configure && make && make install |
./configure && make && make install |
| 45 |
45 |
``` |
``` |
| 46 |
|
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION). |
|
|
46 |
|
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION). |
| 47 |
47 |
|
|
| 48 |
48 |
|
|
| 49 |
49 |
DEBIAN/MINT |
DEBIAN/MINT |
| |
| ... |
... |
Optionally configure `hh`: |
| 67 |
67 |
```bash |
```bash |
| 68 |
68 |
hh --show-configuration >> ~/.bashrc |
hh --show-configuration >> ~/.bashrc |
| 69 |
69 |
``` |
``` |
| 70 |
|
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION). |
|
|
70 |
|
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION). |
| 71 |
71 |
|
|
| 72 |
72 |
|
|
| 73 |
73 |
ARCH LINUX |
ARCH LINUX |
| |
| ... |
... |
https://wiki.archlinux.org/index.php/PKGBUILD |
| 82 |
82 |
|
|
| 83 |
83 |
Install `hh`. |
Install `hh`. |
| 84 |
84 |
|
|
| 85 |
|
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION). |
|
|
85 |
|
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION). |
| 86 |
86 |
|
|
| 87 |
87 |
|
|
| 88 |
88 |
MAC OS |
MAC OS |
| |
| ... |
... |
Finish the installation |
| 101 |
101 |
make && make install |
make && make install |
| 102 |
102 |
``` |
``` |
| 103 |
103 |
|
|
| 104 |
|
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION). |
|
|
104 |
|
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION). |
| File README.md changed (mode: 100644) (index f259f9f..e1de04f) |
| ... |
... |
Enjoy [video](http://www.youtube.com/watch?v=sPF29NyXe2U) tutorial. |
| 25 |
25 |
|
|
| 26 |
26 |
INSTALLATION |
INSTALLATION |
| 27 |
27 |
------------ |
------------ |
| 28 |
|
Install `hh` [distribution](INSTALLATION.md), from [source code](INSTALLATION.md), |
|
| 29 |
|
on [Ubuntu](INSTALLATION.md), [Debian/Mint](INSTALLATION.md), [Arch Linux](INSTALLATION.md) |
|
| 30 |
|
or [Mac OS](INSTALLATION.md). |
|
|
28 |
|
Install `hh` using [distribution](INSTALLATION.md#distribution-installation), from [source code](INSTALLATION.md#installation-from-source-code), |
|
29 |
|
on [Ubuntu](INSTALLATION.md#ubuntu), [Debian/Mint](INSTALLATION.md#debianmint), [Arch Linux](INSTALLATION.md#arch-linux) |
|
30 |
|
or [Mac OS](INSTALLATION.md#mac-os). |
| 31 |
31 |
|
|
| 32 |
32 |
|
|
| 33 |
33 |
CONFIGURATION |
CONFIGURATION |
| |
| ... |
... |
You can configure `hh` just by running: |
| 36 |
36 |
```bash |
```bash |
| 37 |
37 |
hh --show-configuration >> ~/.bashrc |
hh --show-configuration >> ~/.bashrc |
| 38 |
38 |
``` |
``` |
| 39 |
|
For detailed `hh` configuration description please refer to [Configuration](CONFIGURATION.md) document. |
|
|
39 |
|
For detailed `hh` configuration description please refer to [Configuration](CONFIGURATION.md). |
| 40 |
40 |
|
|
| 41 |
41 |
|
|
| 42 |
42 |
DOCUMENTATION |
DOCUMENTATION |