From 948bea2207ab35773986a191811bb43a4cbaba82 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 18 Aug 2016 12:18:17 +0100 Subject: [PATCH] pod.md: improve example descriptions --- pages/osx/pod.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/osx/pod.md b/pages/osx/pod.md index 03ac900d0d..62584dcea1 100644 --- a/pages/osx/pod.md +++ b/pages/osx/pod.md @@ -6,7 +6,7 @@ `pod init` -- Download all pod defined in Podfile and create an Xcode Pods library project in `./Pods`: +- Download and install all pods defined in the Podfile (that haven't been installed before): `pod install` @@ -14,15 +14,15 @@ `pod list` -- Show the outdated pods in the current `Podfile.lock`: +- Show the outdated pods (of those currently installed): `pod outdated` -- Update all pods in the current project to their newest version: +- Update all currently installed pods to their newest version: `pod update` -- Update a specific pod in the current project to their newest version: +- Update a specific (previously installed) pod to its newest version: `pod update {{pod_name}}`