diff --git a/README.md b/README.md index b222731..69871a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # try-finger-but-hole -Small finger server for weather forecast \ No newline at end of file +Small finger server for weather forecast + +Building and installing +``` +$ CGO_ENABLED=0 go build -o finger-weather +$ cp finger-weather.service /usr/lib/systemd/system/finger-weather.service +$ systemctl daemon-reload +$ systemctl enable finger-weather +$ systemctl start finger-weather +``` \ No newline at end of file