From 9fb058aa50fc56b7f8a37c875cf80c8f5a86535f Mon Sep 17 00:00:00 2001 From: iholod Date: Fri, 22 Jul 2016 14:40:29 +0200 Subject: [PATCH] Update ReadME.md --- iOS/ReadME.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/iOS/ReadME.md b/iOS/ReadME.md index f6d3345..d204a60 100644 --- a/iOS/ReadME.md +++ b/iOS/ReadME.md @@ -1,16 +1,16 @@ -Hexiwear iOS +#Hexiwear iOS To setup environment you need CocoaPods installed on your computer. You can install it with the following command: - +```sh $ gem install cocoapods - +``` after that, run - +```sh $ pod install - +``` this will install necessary dependencies and generate XCode workspace. Open genarated XCode workspace and make sure that search header files is properly set, @@ -25,5 +25,6 @@ Hexiwear TARGET 'Build Settings' LICENSE +------- This software is released under the GNU General Public License version 3. See LICENSE for details.