Commit 4b76370a4d441e01f2ab1521645e218323942031
Adding one-liner for Ubuntu.
Author: dvorka
Author date (UTC): 2016-10-11 06:51
Committer name: GitHub
Committer date (UTC): 2016-10-11 06:51
Parent(s): 0edef6180276950eb09a4402d88a1608ae35a2c8
Signing key:
Tree: 83b05587a32dc4004e8426b9eb12c5aff1ff3932
File INSTALLATION.md changed (mode: 100644) (index 21c8a1e..aa60132) |
... |
... |
from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu), |
8 |
8 |
|
|
9 |
9 |
UBUNTU |
UBUNTU |
10 |
10 |
------ |
------ |
11 |
|
Install `hh` on Ubuntu: |
|
|
11 |
|
Install `hh` on Ubuntu - one-liner: |
|
12 |
|
```bash |
|
13 |
|
sudo add-apt-repository ppa:ultradvorka/ppa && sudo apt-get update && sudo apt-get install hh && hh --show-configuration >> ~/.bashrc |
|
14 |
|
``` |
|
15 |
|
... or step by step: |
12 |
16 |
```bash |
```bash |
13 |
17 |
sudo add-apt-repository ppa:ultradvorka/ppa |
sudo add-apt-repository ppa:ultradvorka/ppa |
14 |
18 |
sudo apt-get update |
sudo apt-get update |