0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Changed sourceforge.net domain to .io (#6)

Kamil Krzyśków 2022-06-05 10:13:31 +02:00 committed by GitHub
parent 08f8d05524
commit 30c68ee162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

@ -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.