Skip to content

Commit

Permalink
Update develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Jul 6, 2012
1 parent 1140379 commit 1059c1b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Downloading and installing CocoaPods only takes a few minutes.
CocoaPods runs on [Ruby](http://www.ruby-lang.org/en/). To install it run the following commands: CocoaPods runs on [Ruby](http://www.ruby-lang.org/en/). To install it run the following commands:


``` ```
$ [sudo] gem install cocoapods --pre $ [sudo] gem install cocoapods
$ pod setup $ pod setup
``` ```


Expand Down Expand Up @@ -77,14 +77,6 @@ dependency 'Reachability', '~> 2.0.4'


And then you [install the dependencies](https://github.com/CocoaPods/CocoaPods/wiki/Creating-a-project-that-uses-CocoaPods) in your project. And then you [install the dependencies](https://github.com/CocoaPods/CocoaPods/wiki/Creating-a-project-that-uses-CocoaPods) in your project.


```
$ pod install App.xcodeproj
```

_Where ‘App.xcodeproj’ is the name of your actual application project._

The next time you change your Podfile, you can update your project by simply running:

``` ```
$ pod install $ pod install
``` ```
Expand Down

0 comments on commit 1059c1b

Please sign in to comment.