Skip to content

Contribute

Chris edited this page Mar 10, 2015 · 12 revisions

How to Contribute?

If you so desire to contribute to the development of KegCop, follow the steps listet below.

Steps

  1. Fork the repo, click the little fork button in the upper right hand corner of the project page.

  2. After you have forked, clone the repo with the following command, git clone

  3. After cloning the project to your local disk then, install cocoapods. sudo gem install cocoapods

  4. After installing cocoapods run the following commands in the root of the project. pod setup pod install