From 12a026b119a8fc14fe54cf27c1f10ffae5a3aff4 Mon Sep 17 00:00:00 2001 From: Roman Kisil Date: Fri, 18 Aug 2017 12:32:48 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6516440..2104e79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,3 +17,15 @@ If you found a bug in eqMac2, please follow these steps to properly report it: 4. Write code in your Forked repository. Make sure to properly comment complex solutions 5. Once you are happy with your code, test it until no bugs are prevelant. 6. Submit a [New Pull Request](https://github.com/romankisil/eqMac2/pulls) and wait for someone to review it. + +## How to build? + +Please install [CocoaPods](https://cocoapods.org/) dependency manager on your Mac. +Then in Terminal: +``` +git clone https://github.com/romankisil/eqMac2.git +cd eqMac2/ +pod install +open eqMac2.xcworkspace +``` +And then ⌘R