From 7cdccc770785f8497b640064c446e14b7fc70bd9 Mon Sep 17 00:00:00 2001 From: estarter Date: Sun, 19 Nov 2017 18:23:12 +0100 Subject: [PATCH] add upgrade instruction --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 541f48d40..102b6b769 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +# UPDATE INSTRUCTION + +```bash +git clone https://github.com/estarter/oh-my-zsh.git +cd oh-my-zsh +git remote add upstream https://github.com/robbyrussell/oh-my-zsh.git +git fetch upstream +git merge upstream/master +git push +``` + +# ORIGINAL +

Oh My Zsh