Skip to content

Commit

Permalink
bump version number is readme
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogradeorbit committed Dec 4, 2019
1 parent bab8f54 commit 77102d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 77102d0

Please sign in to comment.