Browse Source

Change readme formatting

Matteo Savatteri 4 years ago
parent
commit
a41f4f1bf5
1 changed files with 10 additions and 6 deletions
  1. 10 6
      README.md

+ 10 - 6
README.md

@@ -1,8 +1,9 @@
-# OpenLab_2019_FS_Code_Digging
+# OpenLab 2019: FS Code Digging
 
-Files from 2019-05-10 LCM OpenLab "Free Software & Code Digging" 
+Files from 2019-05-10 LCM OpenLab "Free Software & Code Digging".
 
 ## Tree
+```
 OpenLab_2019_FS_Code_Digging
 ├── [4.0K]  code/ -> Codes used during this OpenLab
 │   ├── [4.0K]  asm/ -> Assembly codes
@@ -26,10 +27,13 @@ OpenLab_2019_FS_Code_Digging
     └── [5.8M]  fs_cd_2019-05-10.pdf.xz -> Portable Document Format version
 
 6 directories, 14 files
+```
 
 **Note:** in order to decompress the *.xz files you need to use the `xz` program
 distributed as part of the `xz-utils` package:
-> $ # Test file integrity
-> $ xz -tv file.suffix.xz
-> $ # Decompress
-> $ xz -dkv file.suffix.xz
+```
+$ # Test file integrity
+$ xz -tv file.suffix.xz
+$ # Decompress
+$ xz -dkv file.suffix.xz
+```