From fadc6b6ec683f9e1fe0a255ac038268eabc4de41 Mon Sep 17 00:00:00 2001 From: jjangga0214 Date: Tue, 11 Dec 2018 14:59:27 +0900 Subject: [PATCH] fix: `apt-get` -> `apt` --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index d28c42c..a95d646 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -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.