From 77102d099a038176735684af0aa1f409ca1f757d Mon Sep 17 00:00:00 2001 From: Crispin Wellington Date: Wed, 4 Dec 2019 20:30:47 +0800 Subject: [PATCH] bump version number is readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b27b1ea..8685ad8 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ Bootleg is a command line tool that rapidly renders clojure based templates. Wit Install for Linux: ```shell -$ curl -LO https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6/bootleg-0.1.6-linux-amd64.tgz -$ tar xvf bootleg-0.1.6-linux-amd64.tgz +$ curl -LO https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6-1/bootleg-0.1.6-1-linux-amd64.tgz +$ tar xvf bootleg-0.1.6-1-linux-amd64.tgz $ mv bootleg ~/bin ``` Install for MacOS: ```shell -$ curl -LO https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6/bootleg-0.1.6-macos-amd64.zip -$ unzip bootleg-0.1.6-macos-amd64.zip +$ curl -LO https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6-1/bootleg-0.1.6-1-macos-amd64.zip +$ unzip bootleg-0.1.6-1-macos-amd64.zip $ mv bootleg /usr/local/bin ``` @@ -177,19 +177,19 @@ $ bootleg example-data.clj # <- no -d flag means output will be html Bootleg is distributed for linux as a single executable file. Download the latest tarball from https://github.com/retrogradeorbit/bootleg/releases and then extract it. Once extracted, move the binary to your path. For system wide installation try `/usr/local/bin` or for personal use `~/bin` ```shell -$ curl -LO https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6/bootleg-0.1.6-linux-amd64.tgz -$ tar xvf bootleg-0.1.6-linux-amd64.tgz +$ curl -LO https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6-1/bootleg-0.1.6-1-linux-amd64.tgz +$ tar xvf bootleg-0.1.6-1-linux-amd64.tgz $ mv bootleg /usr/local/bin ``` ### Other Platforms -Windows support is experimental. Download (https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6/bootleg-0.1.6-windows-amd64.zip) and unzip the archive. Copy the bootleg.exe binary to somewhere on your path. +Windows support is experimental. Download (https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6-1/bootleg-0.1.6-1-windows-amd64.zip) and unzip the archive. Copy the bootleg.exe binary to somewhere on your path. The jar release file is also an option if you have java installed. You can run it as follows: ```shell -$ java -jar bootleg-0.1.6.jar +$ java -jar bootleg-0.1.6-1.jar ``` ## Usage