ソースを参照

Fix README.md indentation

Jean-Baptiste Kempf 7 年 前
コミット
532c0c1ced
1 ファイル変更8 行追加3 行削除
  1. 8 3
      README.md

+ 8 - 3
README.md

@@ -4,10 +4,15 @@ VLCKit is a generic library for any audio or video playback needs on OS X, iOS a
 
 ### Build with your own VLC repository
 1. Put a vlc repository inside libvlc/vlc
-`mkdir libvlc && cd libvlc && ln -s ${MYVLCGIT}`
+     
+    `mkdir libvlc && cd libvlc && ln -s ${MYVLCGIT}`
+
 2. Apply VLC patches needed for VLCKit
-`cd vlc`
-`git am ../../Resources/MobileVLCKit/patches/* `
+     
+    `cd vlc`
+    
+    `git am ../../Resources/MobileVLCKit/patches/* `
+
 3. run `buildMobileVLCKit.sh` with the `-n` option
 
 ## Use-case