Update ReadME.md

This commit is contained in:
iholod 2016-07-22 14:40:29 +02:00 committed by GitHub
parent a7272e2c71
commit 9fb058aa50

View File

@ -1,16 +1,16 @@
Hexiwear iOS #Hexiwear iOS
To setup environment you need CocoaPods installed on your computer. To setup environment you need CocoaPods installed on your computer.
You can install it with the following command: You can install it with the following command:
```sh
$ gem install cocoapods $ gem install cocoapods
```
after that, run after that, run
```sh
$ pod install $ pod install
```
this will install necessary dependencies and generate XCode workspace. this will install necessary dependencies and generate XCode workspace.
Open genarated XCode workspace and make sure that search header files is properly set, Open genarated XCode workspace and make sure that search header files is properly set,
@ -25,5 +25,6 @@ Hexiwear TARGET 'Build Settings'
LICENSE LICENSE
-------
This software is released under the GNU General Public License version 3. See LICENSE for details. This software is released under the GNU General Public License version 3. See LICENSE for details.