Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin authored Nov 23, 2022
1 parent a8caf87 commit 8ddbd7f
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 @@ -8,8 +8,8 @@ Download the latest release binary for your system from the [Releases page](http

```sh
curl -L -o hbs.zip https://github.com/kspearrin/Handlebars.conf/releases/download/v1.0.0/hbs_linux-x64.zip
unzip hbs.zip -d /usr/local/bin && rm hbs.zip
chmod +x /usr/local/bin/hbs
sudo unzip hbs.zip -d /usr/local/bin && rm hbs.zip
sudo chmod +x /usr/local/bin/hbs

hbs --help
```
Expand Down

0 comments on commit 8ddbd7f

Please sign in to comment.