Update README.md
authorgkostka <kostka.grzegorz@gmail.com>
Sat, 31 Oct 2015 20:48:09 +0000 (21:48 +0100)
committergkostka <kostka.grzegorz@gmail.com>
Sat, 31 Oct 2015 20:48:09 +0000 (21:48 +0100)
README.md

index 20ec4bf58a1f1203dda8bfd7381d3996438eaaa4..d070748581ed1bcdbc27abe0b7c931f805512180 100644 (file)
--- a/README.md
+++ b/README.md
@@ -150,17 +150,25 @@ How to use for images/blockdevices:
 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
 =====