diff --git a/Home.md b/Home.md index 03f3581..f586259 100644 --- a/Home.md +++ b/Home.md @@ -1,7 +1,11 @@ ## Welcome to the Oh My Zsh wiki - If you don't have zsh installed, see [[Installing Zsh]]. -- Take a look at our [[Themes]] and [[Plugins]] (here's a brief overview: [[Plugins Overview]]). +- Once you have zsh, you can install Oh My Zsh, by simply running the command line: +`sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` +Or using wget: +`sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"` +- Once installed, take a look at our [[Themes]] and [[Plugins]] (here's a brief overview: [[Plugins Overview]]). - You can find more at [[External themes]] and [[External plugins]]. - Learn about [[Customization]]. - Having problems? Check out the [[FAQ]] for common problems, or the [[Troubleshooting]] page for instructions on how to diagnose the issue.