From dc3ece6dbc51e24c3bac6e6eae12690edea5b706 Mon Sep 17 00:00:00 2001 From: coristig Date: Thu, 12 Jan 2017 12:18:26 -0500 Subject: [PATCH 1/2] updated readme --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e01422ef..a58d38f3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,34 @@ ![](https://ga-beacon.appspot.com/UA-46996803-1/rodeo/README.md) ## Install -Check [bareback.s.yhat.com](http://bareback.s.yhat.com) for the latest release. Download it! +Latest Releases by OS are below: + +[OS X](https://www.yhat.com/products/rodeo/downloads/mac/latest) +[Windows](https://www.yhat.com/products/rodeo/downloads/windows64/latest) + +For Linux users, add the Rodeo apt / yum repo by running the commands below: +__Ubuntu/Debian__ + +``` +sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 33D40BC6 +sudo add-apt-repository "deb http://rodeo-deb.yhat.com/ rodeo main" + +#### install rodeo and run it +sudo apt-get update +sudo apt-get -y install rodeo +/opt/Rodeo/rodeo +``` + +__Fedora__ + +``` +#### add the rodeo yum repo +sudo wget http://rodeo-rpm.yhat.com/rodeo-rpm.repo -P /etc/yum.repos.d/ + +##### install the package and run it +sudo yum install rodeo +/opt/Rodeo/rodeo +``` [Contributing](https://github.com/yhat/rodeo/blob/master/contributing.md) From 0d9d5f117d12a6c1a62c6401f4221603b609cb80 Mon Sep 17 00:00:00 2001 From: coristig Date: Thu, 12 Jan 2017 12:20:08 -0500 Subject: [PATCH 2/2] updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a58d38f3..cd1010c1 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,12 @@ Latest Releases by OS are below: -[OS X](https://www.yhat.com/products/rodeo/downloads/mac/latest) -[Windows](https://www.yhat.com/products/rodeo/downloads/windows64/latest) +[OS X Download](https://www.yhat.com/products/rodeo/downloads/mac/latest) + +[Windows Download](https://www.yhat.com/products/rodeo/downloads/windows64/latest) For Linux users, add the Rodeo apt / yum repo by running the commands below: + __Ubuntu/Debian__ ```