Selaa lähdekoodia

Add bundle usage to the build process documentation

David Cordero 6 vuotta sitten
vanhempi
commit
02e76ea2f0
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -33,9 +33,10 @@ It's currently written in Objective-C / Swift and uses [VLCKit](https://code.vid
 
 ### VLC-iOS
 
-1. Run `pod install`.
-2. Open `VLC.xcworkspace`.
-3. Hit "Build and Run".
+1. Run `bundle install`.
+2. Run `bundle exec pod install`.
+3. Open `VLC.xcworkspace`.
+4. Hit "Build and Run".
 
 ### Custom VLCkit