mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 17:15:49 +02:00
carthage: description tweaks
This commit is contained in:
parent
1e15c9cad3
commit
6fc1a2234b
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# carthage
|
# 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`
|
`carthage update`
|
||||||
|
|
||||||
- Update dependencies and only build for iOS:
|
- Update dependencies, but only build for iOS:
|
||||||
|
|
||||||
`carthage update --platform ios`
|
`carthage update --platform ios`
|
||||||
|
|
||||||
- Update dependencies but don't build:
|
- Update dependencies, but don't build any of them:
|
||||||
|
|
||||||
`carthage update --no-build`
|
`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`
|
`carthage bootstrap`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue