From 30bd663c2d9734013f20ee450a4a45421b3ac756 Mon Sep 17 00:00:00 2001 From: johnny <107599365+JonnycatMeow@users.noreply.github.com> Date: Fri, 28 Oct 2022 22:48:37 -0700 Subject: [PATCH] added sudo cause permission error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa0f9e3df..1f080ba84 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Here are some other common use-cases: [CocoaPods](http://cocoapods.org/) is a dependency manager for Cocoa projects. You can install it with the following command: ```bash -gem install cocoapods +sudo gem install cocoapods ``` To integrate the latest VLCKit into your project, specify it in your `Podfile`: