README: bump quickstart instructions to 0.4.1

This commit is contained in:
Brandon Philips
2015-03-18 13:01:27 -07:00
parent 25ae7d9f32
commit f80f105dbb
+3 -3
View File
@@ -18,9 +18,9 @@ The CLI for Rocket is called `rkt`, and is currently supported on amd64 Linux. A
To install the `rkt` binary, grab the latest release directly from GitHub:
```
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
wget https://github.com/coreos/rocket/releases/download/v0.4.1/rocket-v0.4.1.tar.gz
tar xzvf rocket-v0.4.1.tar.gz
cd rocket-v0.4.1
./rkt help
```