Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
d80ac7eb3e
1 changed files with 14 additions and 4 deletions
  1. 14 4
      README.md

+ 14 - 4
README.md

@@ -1,18 +1,25 @@
 # bash-linux-utils
+
 Useful utilities for Linux
 
 ## Dependences
-```
+
+```sh
 apt-get install make
 apt-get install wget
 ```
+
 And root access.
 
 ## How to use
-su root  
-apt-get install make; apt-get install wget; mkdir ~/tmplinutils; cd ~/tmplinutils; wget -O Makefile https://github.com/vladimirok5959/bash-linux-utils/releases/download/latest/Makefile; make  
-make install  
+
+```sh
+su root
+apt-get install make; apt-get install wget; mkdir ~/tmplinutils; cd ~/tmplinutils; wget -O Makefile https://github.com/vladimirok5959/bash-linux-utils/releases/download/latest/Makefile; make
+make install
 ```
+
+```sh
 Downloading...
 [OK] ~/.tmux.conf
 [OK] /usr/local/bin/atr
@@ -24,4 +31,7 @@ Downloading...
 [OK] /usr/local/bin/sess
 All installed successfully
 ```
+
+```sh
 cd ~; rm -rd ~/tmplinutils
+```