1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 09:15:32 +02:00

carthage: description tweaks

This commit is contained in:
Waldir Pimenta 2017-04-21 17:16:12 +01:00 committed by Agniva De Sarker
parent 1e15c9cad3
commit 6fc1a2234b

View file

@ -1,20 +1,20 @@
# carthage
> Carthage is a dependency management tool for Cocoa applications.
> A dependency management tool for Cocoa applications.
- Download and build all dependencies mentioned in Cartfile. Also used to update dependencies to their latest version:
- Download the latest version of all dependencies mentioned in Cartfile, and build them:
`carthage update`
- Update dependencies and only build for iOS:
- Update dependencies, but only build for iOS:
`carthage update --platform ios`
- Update dependencies but don't build:
- Update dependencies, but don't build any of them:
`carthage update --no-build`
- Download and rebuild the current dependency set without updating:
- Download and rebuild the current version of dependencies (without updating them):
`carthage bootstrap`