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

fix: apt-get -> apt

jjangga0214 2018-12-11 14:59:27 +09:00
parent b4304f06cb
commit fadc6b6ec6

@ -14,7 +14,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-get 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-in-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.1.1` or more recent.