From 48003532e7f86fadd904b6d418466fbcc2592090 Mon Sep 17 00:00:00 2001 From: adro Date: Mon, 21 Feb 2022 15:23:30 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.