diff --git a/readme.md b/readme.md index de58d77a..fe67cc36 100644 --- a/readme.md +++ b/readme.md @@ -66,14 +66,17 @@ That's it. Skip to [Getting started](#getting-started). ### Manually 1. Clone this repo somewhere. Here we'll use `$HOME/.zsh/pure`. -2. Add the path of the cloned repo to `$fpath` in `$HOME/.zshrc`. ```sh mkdir -p "$HOME/.zsh" git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure" -fpath+=("$HOME/.zsh/pure") ``` +2. Add the path of the cloned repo to `$fpath` in `$HOME/.zshrc`. +```sh +# .zshrc +fpath+=$HOME/.zsh/pure +``` ## Getting started