From e091533a1b722015ccead92dd2b049a16fb65a78 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sat, 11 Aug 2018 23:34:45 +0200 Subject: [PATCH] Update INSTALLATION.md --- INSTALLATION.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index a0c14f2..4b70c7a 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -11,7 +11,6 @@ Install: * [Mint](#debianmint) * [Arch Linux](#arch-linux) * [Scientific Linux](#fedorarhelcentos) -* [Windows Subsystem for Linux (WSL)](#wsl) * [macOS](#macos) Build: @@ -20,7 +19,7 @@ Build: * [build on Ubuntu](#build-on-ubuntu) * [build on Debian](#build-on-debian) * [build on Fedora](#build-on-fedora) -* [build on WSL](#build-on-wsl) +* [build on Windows Subsystem for Linux (WSL)](#build-on-wsl) * [build on Cygwin](#build-on-cygwin) Tarball: @@ -322,14 +321,14 @@ Build and install `hstr` using: ``` It's **important** to finish installation by configuration of `hstr` binding -which ensures propagation of chosen commands to the prompt: +which ensures propagation of chosen command to the prompt: ```bash hstr --show-configuration >> ~/.bashrc . ~/.bashrc ``` -**Make sure to run** `hstr` using Ctrl+r - otherwise commands wont be copied to prompt. +Make sure to **run** `hstr` using Ctrl+r - otherwise commands will not appear in prompt. Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation).