Update ReadME.md

This commit is contained in:
iholod 2016-07-21 13:58:37 +02:00 committed by GitHub
parent f631d4d1b8
commit 5e6feadd7b

View File

@ -1,8 +1,15 @@
Hexiwear iOS Hexiwear iOS
To setup environment please run:
pod install
To setup environment you need CocoaPods installed on your computer.
You can install it with the following command:
$ gem install cocoapods
after that, run
$ pod install
this will install necessary dependencies and generate XCode workspace. this will install necessary dependencies and generate XCode workspace.