From 589ec8f69de440a66d0adb6faddd4d013138b885 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Fri, 14 Feb 2020 12:00:43 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7722591..20c9065 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ My ZSH Config ## Setup ``` -get https://github.com/ChrisTitusTech/zsh/raw/master/.zshrc -O ~/.zshrc +wget https://github.com/ChrisTitusTech/zsh/raw/master/.zshrc -O ~/.zshrc mkdir -p "$HOME/.zsh" wget https://github.com/ChrisTitusTech/zsh/raw/master/.zsh/aliasrc -O ~/.zsh/aliasrc git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"