Skip to content

Contribute

Chris Jones edited this page Aug 29, 2019 · 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 --depth=1 <urlOfForkedRepo>
  1. After cloning the project to your local disk then, install cocoapods.
gem install cocoapods

Take a walk outside for a minute or two as this could take a while.

  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.