Skip to content

Commit

Permalink
There isn't a 0.14.2 osx binary release available - corrected the URL…
Browse files Browse the repository at this point in the history
… and tarball filename to match the latest version existant - 0.14.0
  • Loading branch information
wjlroe committed Sep 3, 2011
1 parent 30de998 commit f16b4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/Installing-on-Mac-OS-X.textile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ h3. 32-bit


```bash
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.2-osx-i386.tar.gz
$ tar xzvf riak-0.14.2-osx-i386.tar.gz
$ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-osx-i386.tar.gz
$ tar xzvf riak-0.14.0-osx-i386.tar.gz
```

After the release is untared you will be able to cd into the riak directory and execute bin/riak start to start the Riak node.
Expand Down

0 comments on commit f16b4f3

Please sign in to comment.