Update README.md

This commit is contained in:
artemvang 2025-10-20 21:26:56 +02:00
parent c027ec0c8e
commit 62804348ab

View File

@ -1,3 +1,12 @@
# try-finger-but-hole
Small finger server for weather forecast
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
```