From 8e602450199cde65c9a087071622a7723842be7e Mon Sep 17 00:00:00 2001 From: PinkLolicorn Date: Sun, 3 Mar 2019 11:45:10 +0100 Subject: [PATCH] Fix installation guide --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d64419..d4c2449 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,14 @@ Simple screen daemon written in Go. ## Installation - `sudo su -` -- `cd /root` -- `git clone https://github.com/OkaeriPoland/screend` -- `cd screend` -- `go build -o screend` +- `mkdir -p /root/screend && 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` - `mv screend.sh /etc/init.d/screend` - `chmod 755 /etc/init.d/screend` - `chown root:root /etc/init.d/screend` -- `update.rc screend defaults` +- `update-rc.d screend defaults` - `/etc/init.d/screend start` ## Removal