Browse Source

Update README file, fix Makefile

Vova Tkach 6 years ago
parent
commit
5fd6ece782
2 changed files with 6 additions and 5 deletions
  1. 0 1
      Makefile
  2. 6 4
      README.md

+ 0 - 1
Makefile

@@ -54,7 +54,6 @@ create-link: check-manual-run check-if-name-set
 	@if [ ! -z "$(NAME)" ]; then \
 		echo "Create symlink..."; \
 		ln -sf $(INSTALLDIR)/$(NAME).sh $(BINDIR)/$(NAME); \
-		chmod 744 $(BINDIR)/$(NAME); \
 	fi
 
 create-logrotate: check-manual-run check-if-name-set

+ 6 - 4
README.md

@@ -7,8 +7,10 @@ apt-get install make
 apt-get install wget
 apt-get install unzip
 ```
+And root access.
 
-## How to
-```
-Instruction...
-```
+## How to use
+su root<br>
+apt-get install make; apt-get install wget; apt-get install unzip; mkdir ~/tmpdaemon; cd ~/tmpdaemon; wget -O Makefile https://raw.githubusercontent.com/vladimirok5959/bash-daemon-maker/master/Makefile; make<br>
+<br>
+...