mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-04 14:12:01 +08:00
Added ArchLinux to MD
This commit is contained in:
parent
92e557789a
commit
c995b1f3e0
1 changed files with 25 additions and 9 deletions
34
README.md
34
README.md
|
@ -52,24 +52,22 @@ hh --show-configuration >> ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
DOWNLOAD
|
ARCH LINUX
|
||||||
--------
|
----------
|
||||||
|
* download latest distribution from project Releases section:
|
||||||
|
|
||||||
https://github.com/dvorka/hstr/releases
|
https://github.com/dvorka/hstr/releases
|
||||||
|
|
||||||
|
* use PKGBUILD in the root of the distribution to build package using `makepkg`:
|
||||||
|
|
||||||
SOURCE CODE INSTALLATION
|
https://wiki.archlinux.org/index.php/PKGBUILD
|
||||||
------------------------
|
|
||||||
* download distribution (project Releases section), expand the archive and install `hh`:
|
|
||||||
```bash
|
|
||||||
./configure && make && make install
|
|
||||||
```
|
|
||||||
|
|
||||||
|
* install `hh`
|
||||||
* optionally configure `hh`:
|
* optionally configure `hh`:
|
||||||
```bash
|
```bash
|
||||||
hh --show-configuration >> ~/.bashrc
|
hh --show-configuration >> ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
MAC OS
|
MAC OS
|
||||||
------
|
------
|
||||||
* install MacPorts:
|
* install MacPorts:
|
||||||
|
@ -92,6 +90,24 @@ hh --show-configuration >> ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
INSTALLATION FROM SOURCE CODE
|
||||||
|
-----------------------------
|
||||||
|
* download latest distribution from project Releases section:
|
||||||
|
|
||||||
|
https://github.com/dvorka/hstr/releases
|
||||||
|
|
||||||
|
* expand the archive and install `hh` using:
|
||||||
|
```bash
|
||||||
|
./configure && make && make install
|
||||||
|
```
|
||||||
|
|
||||||
|
* optionally configure `hh`:
|
||||||
|
```bash
|
||||||
|
hh --show-configuration >> ~/.bashrc
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONFIGURATION EXPLANATION
|
CONFIGURATION EXPLANATION
|
||||||
-------------------------
|
-------------------------
|
||||||
* `hh` works best with the optional configuration described in this section.
|
* `hh` works best with the optional configuration described in this section.
|
||||||
|
|
Loading…
Reference in a new issue