mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-24 00:44:09 +01:00
docs: add instruction to install as binary (#615)
* feat(docs): add install binary command to docs * feat(docs): change go install command format * Update README.md --------- Co-authored-by: Bugra Kocabay <kocabay.bugra@gmail.com> Co-authored-by: TwiN <twin@linux.com>
This commit is contained in:
parent
de7256e671
commit
807599c05e
@ -107,6 +107,7 @@ Have any feedback or questions? [Create a discussion](https://github.com/TwiN/ga
|
||||
- [Health](#health)
|
||||
- [Response time](#response-time)
|
||||
- [API](#api)
|
||||
- [Installing as binary](#installing-as-binary)
|
||||
- [High level design overview](#high-level-design-overview)
|
||||
- [Sponsors](#sponsors)
|
||||
|
||||
@ -1992,5 +1993,11 @@ The API will return a JSON payload with the `Content-Type` response header set t
|
||||
No such header is required to query the API.
|
||||
|
||||
|
||||
### Installing as binary
|
||||
You can download Gatus as a binary using the following command:
|
||||
```
|
||||
go install github.com/TwiN/gatus/v5@latest
|
||||
```
|
||||
|
||||
### High level design overview
|
||||
![Gatus diagram](.github/assets/gatus-diagram.jpg)
|
||||
|
Loading…
Reference in New Issue
Block a user