From 30c68ee162ce111f50942cba6e8a6bf7b2e4f839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Krzy=C5=9Bk=C3=B3w?= <34622465+kamilkrzyskow@users.noreply.github.com> Date: Sun, 5 Jun 2022 10:13:31 +0200 Subject: [PATCH] Changed sourceforge`.net` domain to `.io` (#6) --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 47e1e08..5946cc1 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -19,7 +19,7 @@ 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-on-many-platforms)) - - From [source](https://zsh.sourceforge.net/Arc/source.html), following [the instructions from the Zsh FAQ](https://zsh.sourceforge.net/FAQ/zshfaq01.html#l7). + - From [source](https://zsh.sourceforge.io/Arc/source.html), following [the instructions from the Zsh FAQ](https://zsh.sourceforge.io/FAQ/zshfaq01.html#l7). 2. Verify installation by running `zsh --version`. Expected result: `zsh 5.0.8` or more recent.