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

Commit

Permalink
Fix installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dasavick committed Mar 3, 2019
1 parent a47e3b9 commit 8e60245
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e60245

Please sign in to comment.