Quellcode durchsuchen

removed sudo when install Cocoapods

Cyrus Zei vor 5 Jahren
Ursprung
Commit
85dc63b3c0
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      docs/v2/ios.md

+ 1
- 1
docs/v2/ios.md Datei anzeigen

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