From 1b557a28140a954fec9e341053fe7a0dac3ab878 Mon Sep 17 00:00:00 2001 From: Brian Zelip Date: Wed, 29 Jun 2016 19:30:08 -0400 Subject: [PATCH] added section on how to upgrade --- Cheatsheet.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 9a47d59..62509f8 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -180,3 +180,9 @@ You also find these commands in Dash as a Cheat-sheet. | _sc-enable NAME_ | enable the NAME process to start at boot | | _sc-disable NAME_ | disable the NAME process at boot | +## Upgrade +To upgrade .oh-my-zsh, run: +``` bash +upgrade_oh_my_zsh +``` +(Solution from [this answer on Stack Overflow](http://stackoverflow.com/a/19726329/2145103).) \ No newline at end of file