File README.md changed (mode: 100644) (index afa1a75..0ecd979) |
... |
... |
DOWNLOAD |
18 |
18 |
https://github.com/dvorka/hstr/releases |
https://github.com/dvorka/hstr/releases |
19 |
19 |
|
|
20 |
20 |
|
|
21 |
|
BUILD |
|
|
21 |
|
SOURCE CODE INSTALLATION |
22 |
22 |
------------ |
------------ |
23 |
|
* install from the source distribution: |
|
|
23 |
|
* download distribution, expand it and install `hh`: |
24 |
24 |
|
|
25 |
25 |
`./configure && make && make install` |
`./configure && make && make install` |
26 |
26 |
|
|
|
27 |
|
* Configure `hh` as described below. |
27 |
28 |
|
|
28 |
|
INSTALLATION |
|
|
29 |
|
|
|
30 |
|
UBUNTU INSTALLATION |
|
31 |
|
------------ |
|
32 |
|
* install `hh` on Ubuntu: |
|
33 |
|
|
|
34 |
|
`sudo add-apt-repository ppa:ultradvorka/ppa` |
|
35 |
|
|
|
36 |
|
`sudo apt-get update` |
|
37 |
|
|
|
38 |
|
`sudo apt-get install hh` |
|
39 |
|
|
|
40 |
|
|
|
41 |
|
CONFIGURATION |
29 |
42 |
------------ |
------------ |
30 |
|
* make sure `hh` is in `${PATH}` |
|
31 |
43 |
* add |
* add |
32 |
44 |
|
|
33 |
45 |
`shopt -s histappend` |
`shopt -s histappend` |