shithub: lwext4

Download patch

ref: 4e32e2da452116b1cc8f79902fb7ea704726557f
parent: ecdb3674ba26b5cc5d2de25909b8cde31afe8955
author: gkostka <kostka.grzegorz@gmail.com>
date: Sat Oct 31 17:48:09 EDT 2015

Update README.md

--- a/README.md
+++ b/README.md
@@ -150,17 +150,25 @@
 Build and run automatic tests
 =====
 Build automatic test tools:
+```bash
  make
  cd build_generic
  make
+  ```
 Uncompress ext/2/3/4 images:
+```bash
  make unpack_images
+   ```
 Run server for one of the image file:
+```bash
  make server_ext2
  make server_ext3
  make server_ext4
+  ```
 Execute tests:
+```bash
  make test
+   ```
 
 Cross compile standalone library
 =====