improve runtime docs
This commit is contained in:
parent
04dd8e58ba
commit
bac3204572
4 changed files with 14 additions and 6 deletions
|
@ -5,9 +5,9 @@ convenient format!
|
|||
|
||||
## Usage
|
||||
|
||||
McStatusFace can be run as a web server with `./mcstatusface serve`. This will
|
||||
McStatusFace can be run as a web server with `mcstatusface serve`. This will
|
||||
provide server information in JSON format to requests on `GET /?s=<address[:port]>`.
|
||||
(e.g. `curl -sS "127.0.0.1:8080?s=127.0.0.1:25565" | jq .`)
|
||||
|
||||
Alternatively, you can simply run `./mcstatusface <address[:port]>`, and the
|
||||
Alternatively, you can simply run `mcstatusface <address[:port]>`, and the
|
||||
tool will provide server details in plain-text format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue