From 8ddbd7f508f2a0e82a73360a93f75189f735a0fa Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 22 Nov 2022 21:18:35 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c34f641..276dcb8 100644 --- a/README.md +++ b/README.md @@ -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 ```