mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-24 14:57:35 +08:00
Fixing links in the documentation.
This commit is contained in:
parent
8e5f08c0c5
commit
3b48cb2b90
2 changed files with 13 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
|||
hh INSTALLATION
|
||||
===============
|
||||
Install `hh` [distribution](#DISTRIBUTION INSTALLATION), from [source code](#INSTALLATION FROM SOURCE CODE),
|
||||
on [Ubuntu](#UBUNTU), [Debian/Mint](#DEBIAN/MINT), [Arch Linux](#ARCH LINUX)
|
||||
or [Mac OS](#MAC OS).
|
||||
Install `hh` using [distribution](#distribution-installation), from [source code](#installation-from-source-code),
|
||||
on [Ubuntu](#ubuntu), [Debian/Mint](#debianmint), [Arch Linux](#arch-linux)
|
||||
or [Mac OS](#mac-os).
|
||||
|
||||
|
||||
UBUNTU
|
||||
|
@ -13,7 +13,7 @@ sudo add-apt-repository ppa:ultradvorka/ppa
|
|||
sudo apt-get update
|
||||
sudo apt-get install hh
|
||||
```
|
||||
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
|
||||
|
||||
INSTALLATION FROM SOURCE CODE
|
||||
|
@ -30,7 +30,7 @@ Install `hh` using:
|
|||
```bash
|
||||
./configure && make && make install
|
||||
```
|
||||
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
|
||||
|
||||
DISTRIBUTION INSTALLATION
|
||||
|
@ -43,7 +43,7 @@ Expand the archive and install `hh` using:
|
|||
```bash
|
||||
./configure && make && make install
|
||||
```
|
||||
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
|
||||
|
||||
DEBIAN/MINT
|
||||
|
@ -67,7 +67,7 @@ Optionally configure `hh`:
|
|||
```bash
|
||||
hh --show-configuration >> ~/.bashrc
|
||||
```
|
||||
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
|
||||
|
||||
ARCH LINUX
|
||||
|
@ -82,7 +82,7 @@ https://wiki.archlinux.org/index.php/PKGBUILD
|
|||
|
||||
Install `hh`.
|
||||
|
||||
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
|
||||
|
||||
MAC OS
|
||||
|
@ -101,4 +101,4 @@ Finish the installation
|
|||
make && make install
|
||||
```
|
||||
|
||||
Optionally [configure](CONFIGURATION.MD) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#DOCUMENTATION).
|
||||
|
|
|
@ -25,9 +25,9 @@ Enjoy [video](http://www.youtube.com/watch?v=sPF29NyXe2U) tutorial.
|
|||
|
||||
INSTALLATION
|
||||
------------
|
||||
Install `hh` [distribution](INSTALLATION.md), from [source code](INSTALLATION.md),
|
||||
on [Ubuntu](INSTALLATION.md), [Debian/Mint](INSTALLATION.md), [Arch Linux](INSTALLATION.md)
|
||||
or [Mac OS](INSTALLATION.md).
|
||||
Install `hh` using [distribution](INSTALLATION.md#distribution-installation), from [source code](INSTALLATION.md#installation-from-source-code),
|
||||
on [Ubuntu](INSTALLATION.md#ubuntu), [Debian/Mint](INSTALLATION.md#debianmint), [Arch Linux](INSTALLATION.md#arch-linux)
|
||||
or [Mac OS](INSTALLATION.md#mac-os).
|
||||
|
||||
|
||||
CONFIGURATION
|
||||
|
@ -36,7 +36,7 @@ You can configure `hh` just by running:
|
|||
```bash
|
||||
hh --show-configuration >> ~/.bashrc
|
||||
```
|
||||
For detailed `hh` configuration description please refer to [Configuration](CONFIGURATION.md) document.
|
||||
For detailed `hh` configuration description please refer to [Configuration](CONFIGURATION.md).
|
||||
|
||||
|
||||
DOCUMENTATION
|
||||
|
|
Loading…
Reference in a new issue