Update 'README.md'

This commit is contained in:
adro 2022-02-21 15:23:30 +00:00
parent c23b39fcc2
commit 48003532e7

View File

@ -6,7 +6,7 @@ Small web server to send Wake-on-LAN requests to its local network
- Binary includes everything except config - Binary includes everything except config
## Installation ## 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. 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. Examples include a simply systemd service to have it start automatically.