Skip to content

Commit

Permalink
Merge pull request RestKit#1096 from wbarksdale/patch-1
Browse files Browse the repository at this point in the history
More explicit installation directions
  • Loading branch information
blakewatters committed Dec 21, 2012
2 parents dc92a6d + 7fcfa8f commit d8de417
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,11 @@ $ [sudo] gem install cocoapods
$ pod setup
```

Edit your Podfile and add RestKit:
Change to the directory of your Xcode project, and Create and Edit your Podfile and add RestKit:

``` bash
$ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile
platform :ios, '5.0'
# Or platform :osx, '10.7'
Expand All @@ -535,6 +537,12 @@ Install into your project:
$ pod install
```

Open your project in Xcode from the .xcworkspace file (not the usual project file)

``` bash
$ open MyProject.xcworkspace
```

Please note that if your installation fails, it may be because you are installing with a version of Git lower than CocoaPods is expecting. Please ensure that you are running Git **>= 1.8.0** by executing `git --version`. You can get a full picture of the installation details by executing `pod install --verbose`.

### From a Release Package or as a Git submodule
Expand Down

0 comments on commit d8de417

Please sign in to comment.