go-pingbot/README.md

15 lines
433 B
Markdown
Raw Normal View History

2021-07-11 21:19:37 +00:00
# Pingbot - Backend
![Pipeline Badge](https://gitlab.com/gaming0skar123/go/pingbot/badges/main/pipeline.svg)
## Install Pre-Compile binary
* Linux
* Downoad `curl -L https://gitlab.com/gaming0skar123/go/pingbot/-/jobs/artifacts/main/raw/pingbot-linux-amd64?job=build --output pingbot`
* Add permissions `chmod +rwx pingbot`
* Run binary `./pingbot`
## Disable Automatic Updates
* Add Option `-u=false` or `--update=false`