diff --git a/README.md b/README.md index 93a5821..1ad3188 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ latest | stable ### The best way ```console -$ curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh +curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh ``` Curious about the installation script? Check it out at [zplug/installer](https://github.com/zplug/installer/blob/master/installer.zsh). @@ -53,7 +53,7 @@ Curious about the installation script? Check it out at [zplug/installer](https:/ ### Using [Homebrew](https://github.com/Homebrew/brew) (OS X) ```console -$ brew install zplug +brew install zplug ``` ### Manually