Update 'README.md'

This commit is contained in:
adro 2022-02-21 20:12:08 +00:00
parent 010ec25477
commit e171a7fa09

View File

@ -6,7 +6,7 @@ Small web server to send Wake-on-LAN requests to its local network
- Binary includes everything except config
## Installation
Run `go install git.ulra.eu/adro/miniwol`, resulting in a binary `~/go/bin/miniwol`.
Run `go install git.ulra.eu/adro/miniwol@latest`, resulting in a binary `~/go/bin/miniwol`.
Move this binary to e.G. `/usr/bin/miniwol` to run it like any command.
Examples include a simple systemd service to have it start automatically.