Skip to content

Commit

Permalink
Use $HOME in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmc3 committed Sep 22, 2023
1 parent 9bc6a59 commit 289c134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can install the latest release of antidote by cloning it with `git`:

```zsh
# first, run this from an interactive zsh terminal session:
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-~}/.antidote
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-$HOME}/.antidote
```

### Install with a package manager
Expand Down

0 comments on commit 289c134

Please sign in to comment.