Skip to content

Commit

Permalink
Remove pod try from README (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias authored Feb 29, 2024
1 parent b45a837 commit aa71a74
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit aa71a74

Please sign in to comment.