mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 03:32:14 +00:00
Add example images
This commit is contained in:
parent
aeae0ef8ee
commit
e1bb1a1ebe
5 changed files with 14 additions and 4 deletions
|
@ -16,8 +16,15 @@ Copy .env.example to .env and fill in the webhook URLs
|
|||
### Build
|
||||
```
|
||||
go build -o nzcovidbot cmd/nzcovidbot/*.go
|
||||
./nzcovidbot
|
||||
sudo cp nzcovidbot.service /etc/systemd/system/nzcovidbot.service
|
||||
# Update user + location of repo in systemd file
|
||||
sudo systemctl daemon-reload && systemctl enable --now nzcovidbot.service
|
||||
```
|
||||
|
||||
### Screenshots
|
||||
|
||||
#### Discord
|
||||

|
||||
|
||||
#### Slack
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue