Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Create daemons directory in installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
dasavick committed Mar 3, 2019
1 parent 8e60245 commit 99f65bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 99f65bf

Please sign in to comment.