-
Notifications
You must be signed in to change notification settings - Fork 7
Contribute
Chris Jones edited this page Aug 29, 2019
·
12 revisions
If you so desire to contribute to the development of KegCop, follow the steps listed below.
-
Fork the repo, click the little fork button in the upper right hand corner of the project page.
-
After you have forked, clone the repo with the following command,
git clone --depth=1 <urlOfForkedRepo>
- 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.
- After installing cocoapods run the following commands in the root of the project.
pod setup
pod install
- Your then going to want to open the
KegCop.xcworkspace
to start working on the KegCop project in Xcode.
If you find any of this info helpful on your journey 🏍 click that 👆 ⭐️ star button. It sure makes me feel warm and fuzzy 🐻 on the inside.