From 39ca1e1ea2c8efd743a0151f52142f27f1c46214 Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Thu, 18 Jan 2018 11:28:49 -0500 Subject: [PATCH] Update INSTALLATION.md WSL ("Windows Subsystem for Linux"), not WLS --- INSTALLATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index d30ef18..2e6ede0 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -3,7 +3,7 @@ INSTALLATION Install `hh` using [distribution](#distribution-installation), from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu), [Fedora/RHEL/CentOS/ScientificLinux](#fedorarhelcentos), [openSUSE](#opensuse), [Debian/Mint](#debianmint), -[Gentoo](#gentoo), [Arch Linux](#arch-linux), [Bash on Ubuntu on Windows (WLS)](#wls), [Cygwin](#cygwin) or [Mac OS](#mac-os). +[Gentoo](#gentoo), [Arch Linux](#arch-linux), [Bash on Ubuntu on Windows (WSL)](#wsl), [Cygwin](#cygwin) or [Mac OS](#mac-os). UBUNTU @@ -157,9 +157,9 @@ make Optionally [configure](CONFIGURATION.md) `hh` and check its [man page](README.md#documentation). -WLS +WSL --- -To install `hh` on [Bash on Ubuntu on Windows (WLS)](https://msdn.microsoft.com/en-us/commandline/wsl/about) clone Git repository: +To install `hh` on [Bash on Ubuntu on Windows (WSL)](https://msdn.microsoft.com/en-us/commandline/wsl/about) clone Git repository: ```bash git clone https://github.com/dvorka/hstr.git ```