Browse Source

Update README

Vova Tkach 6 years ago
parent
commit
8dc9f95791
1 changed files with 13 additions and 0 deletions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -1,2 +1,15 @@
 # bash-linux-utils
 Useful utilities for Linux
+
+## Dependences
+```
+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  
+cd ~; rm -rd ~/tmplinutils