瀏覽代碼

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