浏览代码

removed sudo when install Cocoapods

Cyrus Zei 6 年前
父节点
当前提交
85dc63b3c0
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/v2/ios.md

+ 1
- 1
docs/v2/ios.md 查看文件

38
 #### 6. we need to initialize pod
38
 #### 6. we need to initialize pod
39
 if you don't have cocopods installed run this command in your terminal
39
 if you don't have cocopods installed run this command in your terminal
40
 ```sh
40
 ```sh
41
-$ sudo gem install Cocoapods
41
+$ gem install Cocoapods
42
 ```
42
 ```
43
 after you have installed Cocopods run this command inside of your ios folder
43
 after you have installed Cocopods run this command inside of your ios folder
44
 ```sh
44
 ```sh