From b0461d98d5b81cc5e31b7b0795601301c0205836 Mon Sep 17 00:00:00 2001 From: asalimov Date: Fri, 11 Sep 2020 22:55:28 +0300 Subject: [PATCH] bunch of fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2ef5b6..b6d2560 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Fetch the [latest release](https://github.com/gocruncher/jbuilder/releases) for #### Linux ```bash -sudo wget https://github.com/gocruncher/jbuilder/releases/download/v1.0.0/jbuilder-1.0.0-linux-amd64 -O /usr/local/bin/jb +sudo wget https://github.com/gocruncher/jbuilder/releases/download/v1.0.1/jbuilder-1.0.1-linux-amd64 -O /usr/local/bin/jb sudo chmod +x /usr/local/bin/jb ``` @@ -23,7 +23,7 @@ brew install jb ``` #### OS X bash ```bash -sudo curl -Lo /usr/local/bin/jb https://github.com/gocruncher/jbuilder/releases/download/v1.0.0/jbuilder-1.0.0-darwin-amd64 +sudo curl -Lo /usr/local/bin/jb https://github.com/gocruncher/jbuilder/releases/download/v1.0.1/jbuilder-1.0.1-darwin-amd64 sudo chmod +x /usr/local/bin/jb ```