mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-02-11 00:00:07 +08:00
Merge pull request #183 from guidomb/patch-1
Fixes error in Carthage documentation
This commit is contained in:
@@ -60,7 +60,7 @@ And finally run `$ pod install`.
|
||||
|
||||
You can also use [Carthage](https://github.com/Carthage/Carthage) by adding this line to your Cartfile (3.2.5 is the first release with Carthage support):
|
||||
```
|
||||
github "swisspol/GCDWebServer" "~> 3.2.5"
|
||||
github "swisspol/GCDWebServer" ~> "3.2.5"
|
||||
```
|
||||
|
||||
Then run `$ carthage update` and add the generated frameworks to your Xcode projects (see [Carthage instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application)).
|
||||
|
||||
Reference in New Issue
Block a user