diff --git a/INSTALL.md b/INSTALL.md index b227fa6..c9827cb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,7 +33,7 @@ 1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`) ```sh - git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions" ``` 2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):