Skip to content

Contribute

Chris edited this page Apr 19, 2015 · 12 revisions

How to Contribute?

If you so desire to contribute to the development of KegCop, follow the steps listed 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 <urlOfForkedRepo>
  1. After cloning the project to your local disk then, install cocoapods.
sudo gem install cocoapods
  1. After installing cocoapods run the following commands in the root of the project.
pod setup
pod install
  1. Your then going to want to open the "KegCop.xcworkspace" to start working on the KegCop project in Xcode.