Skip to content

Commit aa71a74

Browse files
authored
Remove pod try from README (#372)
1 parent b45a837 commit aa71a74

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,9 @@ service.
1616
## Getting Started
1717

1818
Try either the [Objective-C](Samples/ObjC) or [Swift](Samples/Swift) sample app.
19-
For example, to demo the Objective-C sample project, you have three options:
19+
For example, to demo the Objective-C sample project, you have two options:
2020

21-
1. Using [CocoaPods](https://cocoapods.org/)'s `try` method:
22-
23-
```
24-
pod try GoogleSignIn
25-
```
26-
27-
Note, this will default to providing you with the Objective-C sample app.
28-
29-
2. Using CocoaPod's `install` method:
21+
1. Using CocoaPod's `install` method:
3022

3123
```
3224
git clone https://github.com/google/GoogleSignIn-iOS
@@ -35,7 +27,7 @@ pod install
3527
open SignInSampleForPod.xcworkspace
3628
```
3729

38-
3. Using [Swift Package Manager](https://swift.org/package-manager/):
30+
2. Using [Swift Package Manager](https://swift.org/package-manager/):
3931

4032
```
4133
git clone https://github.com/google/GoogleSignIn-iOS

0 commit comments

Comments
 (0)