Selaa lähdekoodia

Fix README.md indentation

Jean-Baptiste Kempf 7 vuotta sitten
vanhempi
commit
532c0c1ced
1 muutettua tiedostoa jossa 8 lisäystä ja 3 poistoa
  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