mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:35:32 +02:00
pod.md: remove incorrect example and add 'pod list' instead
This commit is contained in:
parent
2f6388423b
commit
9a3906ecbb
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
|
||||
`pod install`
|
||||
|
||||
- Download a new pod for the current project and add it to the Podfile:
|
||||
- List all available pods:
|
||||
|
||||
`pod install {{pod_name}}`
|
||||
`pod list`
|
||||
|
||||
- Show the outdated pods in the current `Podfile.lock`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue