Browse Source

Update 'README.md'

panda 1 year ago
parent
commit
680aabd366
1 changed files with 7 additions and 2 deletions
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -14,12 +14,15 @@ if you are after complete certainty of data removal from your drives then it's b
 
 ### usage:
 
+```
 ./wiper.sh sdb
+```
 
 in case you want to override the disk health check to wipe a broken disk:
 
+```
 ./wiper.sh sdb --override
-
+```
 
 
 ### features:
@@ -36,7 +39,9 @@ in case you want to override the disk health check to wipe a broken disk:
 - smartmontools
 - pv
 
- apt install pv smartmontools
+```
+apt install pv smartmontools
+```
 
 ### TODO: