Преглед на файлове

Add bundle usage to the build process documentation

David Cordero преди 6 години
родител
ревизия
02e76ea2f0
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  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