Skip to content

Commit 6a9abd1

Browse files
Update README
1 parent 5cb133d commit 6a9abd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ To setup your project, follow these steps:
7878

7979

8080

81-
1. Add `pod 'AlgoliaSearch-Client-Swift', '~> 3.0'` to your Podfile. (We only support Cocoapods so far.)
81+
1. Add a dependency on AlgoliaSearch-Client-Swift:
82+
- Cocoapods: add `pod 'AlgoliaSearch-Client-Swift', '~> 3.0'` to your `Podfile`.
83+
- Carthage: add `github "algolia/algoliasearch-client-swift"` to your `Cartfile`.
8284
2. Add `import AlgoliaSearch` to your source files.
8385
3. Initialize the client with your application ID and API key (you can find them on [your Algolia Dashboard](https://www.algolia.com/api-keys)):
8486

0 commit comments

Comments
 (0)