Commit 1059c1b5 authored by Fabio Pelosin's avatar Fabio Pelosin

Update develop

parent 11403790
......@@ -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:
```
$ [sudo] gem install cocoapods --pre
$ [sudo] gem install cocoapods
$ pod setup
```
......@@ -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.
```
$ 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
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment