Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme #587

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,36 @@
![](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 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__

```
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)