From e4d1cc08510f4a5dc66de339e41d751ddf7a0c64 Mon Sep 17 00:00:00 2001 From: Aashir Khan Date: Fri, 30 Oct 2020 22:31:22 +0500 Subject: [PATCH] 'see below for more examples' link was not focusing on 'How to install zsh on many platforms' --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index e64cfda..c0c3694 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -16,7 +16,7 @@ Oh-My-Zsh is a framework for [Zsh](http://www.zsh.org), the Z shell. If necessary, follow these steps to install Zsh: 1. There are two main ways to install Zsh - - with the package manager of your choice, _e.g._ `sudo apt install zsh` (see [below for more examples](#how-to-install-zsh-in-many-platforms)) + - with the package manager of your choice, _e.g._ `sudo apt install zsh` (see [below for more examples](#how-to-install-zsh-on-many-platforms)) - from [source](http://zsh.sourceforge.net/Arc/source.html), following [instructions from the Zsh FAQ](http://zsh.sourceforge.net/FAQ/zshfaq01.html#l7) 2. Verify installation by running `zsh --version`. Expected result: `zsh 5.4.2` or more recent.