diff --git a/README.md b/README.md index 1cf33b5..cf66d95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kubetpl ![Latest Version](https://img.shields.io/badge/latest-0.8.0-blue.svg) [![Build Status](https://travis-ci.org/shyiko/kubetpl.svg?branch=master)](https://travis-ci.org/shyiko/kubetpl) +# kubetpl ![Latest Version](https://img.shields.io/badge/latest-0.9.0-blue.svg) [![Build Status](https://travis-ci.org/shyiko/kubetpl.svg?branch=master)](https://travis-ci.org/shyiko/kubetpl) Kubernetes templates made easy. \#keep-it-simple \#no-server-component @@ -21,14 +21,14 @@ Features: #### macOS / Linux ```sh -curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.8.0/kubetpl-0.8.0-$( +curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.9.0/kubetpl-0.9.0-$( bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux' )-amd64 -o kubetpl && chmod a+x kubetpl && sudo mv kubetpl /usr/local/bin/ ``` Verify PGP signature (optional but recommended): ```sh -curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.8.0/kubetpl-0.8.0-$( +curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.9.0/kubetpl-0.9.0-$( bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux' )-amd64.asc -o kubetpl.asc curl -sS https://keybase.io/shyiko/pgp_keys.asc | gpg --import