From 3430eeea9b8bab9edaf9867ea26d4501c12f8c46 Mon Sep 17 00:00:00 2001 From: Ian Plosker Date: Fri, 16 Dec 2011 15:50:44 -0500 Subject: [PATCH] Updated the Fast Track to indicate that Riak 1.0.2 is current --- .../Building-a-Development-Environment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/Riak/The-Riak-Fast-Track/Building-a-Development-Environment.md b/pages/Riak/The-Riak-Fast-Track/Building-a-Development-Environment.md index 0d2a2a8..0c64f02 100644 --- a/pages/Riak/The-Riak-Fast-Track/Building-a-Development-Environment.md +++ b/pages/Riak/The-Riak-Fast-Track/Building-a-Development-Environment.md @@ -38,8 +38,8 @@ We have platform specific instructions written up for downloading a compatible v ### Download the source code of the latest Riak version You can always find the latest release of Riak in our [downloads directory](http://downloads.basho.com/riak/CURRENT/). -The current version is 1.0.1, and you can download the [source code -here](http://downloads.basho.com/riak/riak-1.0.1/riak-1.0.1.tar.gz). Unpack the package once downloaded, and you're +The current version is 1.0.2, and you can download the [source code +here](http://downloads.basho.com/riak/riak-1.0.2/riak-1.0.2.tar.gz). Unpack the package once downloaded, and you're ready for the next step. ### Build Riak @@ -47,7 +47,7 @@ ready for the next step. So now you have a copy of Riak. Time to build it. Do this by accessing the "riak" directory and running "make all" ```bash -$ cd riak-1.0.1 +$ cd riak-1.0.2 $ make all ```