Skip to content

Commit

Permalink
Improve the install instructions (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-krishna authored Feb 8, 2020
1 parent 35ca202 commit 6a3803f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a3803f

Please sign in to comment.