diff --git a/README.md b/README.md index 1850fba..0b6e9b2 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 get git.ulra.eu/adro/miniwol`, resulting in a binary `~/go/bin/miniwol`. +Run `go install git.ulra.eu/adro/miniwol`, 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 simply systemd service to have it start automatically.