mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-30 03:30:52 +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
|
||||
|
||||
* use PKGBUILD in the root of the distribution to build package using `makepkg`:
|
||||
|
||||
SOURCE CODE INSTALLATION
|
||||
------------------------
|
||||
* download distribution (project Releases section), expand the archive and install `hh`:
|
||||
```bash
|
||||
./configure && make && make install
|
||||
```
|
||||
https://wiki.archlinux.org/index.php/PKGBUILD
|
||||
|
||||
* install `hh`
|
||||
* optionally configure `hh`:
|
||||
```bash
|
||||
hh --show-configuration >> ~/.bashrc
|
||||
```
|
||||
|
||||
|
||||
MAC OS
|
||||
------
|
||||
* 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
|
||||
-------------------------
|
||||
* `hh` works best with the optional configuration described in this section.
|
||||
|
|
Loading…
Reference in a new issue