Sfoglia il codice sorgente

Remove pod try from README (#372)

mdmathias 2 anni fa
parent
commit
aa71a74f10
1 ha cambiato i file con 3 aggiunte e 11 eliminazioni
  1. 3 11
      README.md

+ 3 - 11
README.md

@@ -16,17 +16,9 @@ service.
 ## Getting Started
 
 Try either the [Objective-C](Samples/ObjC) or [Swift](Samples/Swift) sample app.
-For example, to demo the Objective-C sample project, you have three options:
+For example, to demo the Objective-C sample project, you have two options:
 
-1. Using [CocoaPods](https://cocoapods.org/)'s `try` method:
-
-```
-pod try GoogleSignIn
-```
-
-Note, this will default to providing you with the Objective-C sample app.
-
-2. Using CocoaPod's `install` method:
+1. Using CocoaPod's `install` method:
 
 ```
 git clone https://github.com/google/GoogleSignIn-iOS
@@ -35,7 +27,7 @@ pod install
 open SignInSampleForPod.xcworkspace
 ```
 
-3. Using [Swift Package Manager](https://swift.org/package-manager/):
+2. Using [Swift Package Manager](https://swift.org/package-manager/):
 
 ```
 git clone https://github.com/google/GoogleSignIn-iOS