From 2670d02aa0bae4e2eb78a5bf4530bbe1bf9b08c6 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sat, 7 Feb 2015 19:41:21 +0100 Subject: [PATCH] readme: bump rocket version to 0.3.1 This updates the recommended rocket install to the latest release. Thanks! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4a25ee..09b2de9 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Rocket is a CLI for running App Containers. The goal of rocket is to be composab To install the `rkt` binary, grab the release directly from GitHub: ``` -wget https://github.com/coreos/rocket/releases/download/v0.2.0/rocket-v0.2.0.tar.gz -tar xzvf rocket-v0.2.0.tar.gz -cd rocket-v0.2.0 +wget https://github.com/coreos/rocket/releases/download/v0.3.1/rocket-v0.3.1.tar.gz +tar xzvf rocket-v0.3.1.tar.gz +cd rocket-v0.3.1 ./rkt help ```