Skip to content

Commit

Permalink
updated to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Dec 3, 2014
1 parent ce4e447 commit 6aeeb38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/getStarted.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Get Started

First you need to [download jube-2.0.10-image.zip](http://central.maven.org/maven2/io/fabric8/jube/images/jube/jube/2.0.10/jube-2.0.10-image.zip) and unzip it:
First you need to [download jube-2.0.11-image.zip](http://central.maven.org/maven2/io/fabric8/jube/images/jube/jube/2.0.11/jube-2.0.11-image.zip) and unzip it:

curl -O http://central.maven.org/maven2/io/fabric8/jube/images/jube/jube/2.0.10/jube-2.0.10-image.zip
mkdir jube-2.0.10-image
cd jube-2.0.10-image
unzip ../jube-2.0.10-image.zip
curl -O http://central.maven.org/maven2/io/fabric8/jube/images/jube/jube/2.0.11/jube-2.0.11-image.zip
mkdir jube-2.0.11-image
cd jube-2.0.11-image
unzip ../jube-2.0.11-image.zip

You can then startup Jube via:

cd jube-2.0.10-image
cd jube-2.0.11-image
./run.sh

If your operating system doesn't have the executable flag set on the run script; try
Expand Down

0 comments on commit 6aeeb38

Please sign in to comment.