diff --git a/README.md b/README.md index 34a69e5..7823d8e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,21 @@ Systemator is made of three separate components ### Run whole monitoring app on it's own! -* Compile `Systemator` and run! +```bash +brew tap einstore/homebrew-tap +brew install systemator +systemator +``` + +To define a custom port or host do + +``` bash +systemator --hostname 0.0.0.0 --port 12345 +``` + +or ... + +* Compile `Systemator` in *Xcode* and run! * Default address is `http://127.0.0.1:8080` ### Integrate endpoints in an Vapor 4 app