readme: bump rocket version to 0.3.1

This updates the recommended rocket install to the latest release. Thanks!
This commit is contained in:
Yoshua Wuyts
2015-02-07 19:41:21 +01:00
parent be25d3d51e
commit 2670d02aa0
+3 -3
View File
@@ -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
```