File README.md changed (mode: 100644) (index 8a31382..2ada7ce) |
... |
... |
hh --show-configuration >> ~/.bashrc |
52 |
52 |
``` |
``` |
53 |
53 |
|
|
54 |
54 |
|
|
55 |
|
DOWNLOAD |
|
56 |
|
-------- |
|
|
55 |
|
ARCH LINUX |
|
56 |
|
---------- |
|
57 |
|
* download latest distribution from project Releases section: |
|
58 |
|
|
57 |
59 |
https://github.com/dvorka/hstr/releases |
https://github.com/dvorka/hstr/releases |
58 |
60 |
|
|
|
61 |
|
* use PKGBUILD in the root of the distribution to build package using `makepkg`: |
59 |
62 |
|
|
60 |
|
SOURCE CODE INSTALLATION |
|
61 |
|
------------------------ |
|
62 |
|
* download distribution (project Releases section), expand the archive and install `hh`: |
|
63 |
|
```bash |
|
64 |
|
./configure && make && make install |
|
65 |
|
``` |
|
|
63 |
|
https://wiki.archlinux.org/index.php/PKGBUILD |
66 |
64 |
|
|
|
65 |
|
* install `hh` |
67 |
66 |
* optionally configure `hh`: |
* optionally configure `hh`: |
68 |
67 |
```bash |
```bash |
69 |
68 |
hh --show-configuration >> ~/.bashrc |
hh --show-configuration >> ~/.bashrc |
70 |
69 |
``` |
``` |
71 |
70 |
|
|
72 |
|
|
|
73 |
71 |
MAC OS |
MAC OS |
74 |
72 |
------ |
------ |
75 |
73 |
* install MacPorts: |
* install MacPorts: |
|
... |
... |
hh --show-configuration >> ~/.bashrc |
92 |
90 |
``` |
``` |
93 |
91 |
|
|
94 |
92 |
|
|
|
93 |
|
INSTALLATION FROM SOURCE CODE |
|
94 |
|
----------------------------- |
|
95 |
|
* download latest distribution from project Releases section: |
|
96 |
|
|
|
97 |
|
https://github.com/dvorka/hstr/releases |
|
98 |
|
|
|
99 |
|
* expand the archive and install `hh` using: |
|
100 |
|
```bash |
|
101 |
|
./configure && make && make install |
|
102 |
|
``` |
|
103 |
|
|
|
104 |
|
* optionally configure `hh`: |
|
105 |
|
```bash |
|
106 |
|
hh --show-configuration >> ~/.bashrc |
|
107 |
|
``` |
|
108 |
|
|
|
109 |
|
|
|
110 |
|
|
95 |
111 |
CONFIGURATION EXPLANATION |
CONFIGURATION EXPLANATION |
96 |
112 |
------------------------- |
------------------------- |
97 |
113 |
* `hh` works best with the optional configuration described in this section. |
* `hh` works best with the optional configuration described in this section. |