diff --git a/README.md b/README.md index dffb001..eeb50be 100644 --- a/README.md +++ b/README.md @@ -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.