From 99f65bfb1551ab67e4f883d664ca3a63a98ff07a Mon Sep 17 00:00:00 2001 From: PinkLolicorn Date: Sun, 3 Mar 2019 11:46:50 +0100 Subject: [PATCH] Create daemons directory in installation process --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c2449..f15ecc5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Simple screen daemon written in Go. ## Installation - `sudo su -` -- `mkdir -p /root/screend && cd /root/screend` +- `mkdir -p /root/screend /root/screend/daemons && cd /root/screend` - `wget https://github.com/OkaeriPoland/screend/releases/latest/download/screend` - `chmod +x screend` - `wget https://raw.githubusercontent.com/OkaeriPoland/screend/master/screend.sh`