浏览代码

Small modifications to README.md

Jean-Baptiste Kempf 8 年之前
父节点
当前提交
3dc10a922a
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -12,9 +12,9 @@
 3. Change `BUNDLE_IDENTIFIER_PREFIX` in `SharedConfig.xcconfig` to your domain name in reverse DNS style.
 4. Hit "Build and Run".
 
-## Compile with your own VLCKit's build
+## Compile with your own VLCKit build
 1. Clone a VLCKit repository: `git clone https://code.videolan.org/videolan/VLCKit.git`
-2. Inside your VLCKit folder, run the following command: `./buildMobileVLCKit.sh -a ${MYARCH}`
+2. Inside the VLCKit folder, run the following command: `./buildMobileVLCKit.sh -a ${MYARCH}`
     
     MYARCH can be `i386` `x86_64` `armv7` `armv7s` or `aarch64`.
     
@@ -22,7 +22,9 @@
     
     Add `-n` if you want to use you own VLC repository for VLCKit (See VLCKit README.md).
 
-3. Replace the MobileVLCKit.framework with the one you just build. Inside your vlc-ios folder, after a `podate update`, do:
+3. Replace the MobileVLCKit.framework with the one you just build.
+    
+    Inside your vlc-ios folder, after a `podate update`, do:
     
     `cd Pods/MobileVLCKit-unstable/MobileVLCKit-binary`