jpsim / DeckRocket

DeckRocket turns your iPhone into a remote for Deckset presentations
MIT License
397 stars 63 forks source link

Add Carthage install instructions #21

Closed kostiakoval closed 8 years ago

kostiakoval commented 9 years ago

Now i need to run carthage update to build iOS app (to get Cryptography)

lindon-fox commented 8 years ago

For those who have never used Carthage before, you need to follow the installation instructions on this page: https://github.com/Carthage/Carthage and then run carthage update in the project directory.

jpsim commented 8 years ago

Sorry for the delay in getting back to this, Carthage isn't necessary to build DeckRocket, Carthage is just used to manage git submodules. I've updated the readme in 0ca2f81 to reflect that latest installation instructions.