From 5ada268627ed5155710fddd94bd678878e7e638d Mon Sep 17 00:00:00 2001 From: Emanoel Delfino Date: Sun, 22 Nov 2020 02:15:15 -0300 Subject: [PATCH] Updated Installing ZSH (markdown) --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 4172e8b..7b3d1bc 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -169,7 +169,7 @@ To install the package, run this command: ```sh pkg install zsh ``` -The command looks like FreeBSD package manger (`pkg`). Or you can run this command: +The command looks like FreeBSD package manager (`pkg`). Or you can run this command: ```sh apt update && apt upgrade apt install zsh