From 6e41f289f5ccc1751ef5674972d46b48b326c4c6 Mon Sep 17 00:00:00 2001 From: cayZ <13341339+Cay-Zhang@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:32:57 +0800 Subject: [PATCH] added cocoapods installation hint in README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82120f1..4f666e1 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,15 @@ Aside from the readme, the best way to learn more about SwiftSpeech and how spee - [x] Fully open low-level APIs. ## Installation -SwiftSpeech is available through Swift Package Manager. To use it, add a package dependency using URL: +### Swift Package Manager (Recommended) +In Xcode, select `Add Packages...` from the `File` menu and enter the following package URL: ```html -https://github.com/Cay-Zhang/SwiftSpeech.git +https://github.com/Cay-Zhang/SwiftSpeech +``` + +### CocoaPods +```ruby +pod 'SwiftSpeech' ``` ## Getting Started