Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed May 24, 2020
1 parent 8702208 commit 29942ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ You will have to download `hof` the first time.
After that `hof` will prompt you to update and
install new releases as they become available

```
```text
# Install (Linux, Mac, Windows)
curl -LO https://github.com/hofstadter-io/hof/releases/download/v0.5.3/hof_0.5.3_$(uname)_$(uname -m)
mv hof_0.5.3_$(uname)_$(uname -m) /usr/local/bin/hof
# Shell Completions (bash, zsh, fish, power-shell)
echo . <(hof completion bash) >> $HOME/.profile
echo ". <(hof completion bash)" >> $HOME/.profile
source $HOME/.profile
# Show the help text (also seen below)
Expand Down

0 comments on commit 29942ff

Please sign in to comment.