From 2010883bed1977e2f7a1a0e8a5f004670c1c62fe Mon Sep 17 00:00:00 2001 From: Ondrej Rafaj Date: Thu, 11 Jul 2019 15:19:40 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34a69e5..66f47e4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,14 @@ 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 +``` + +or ... + +* Compile `Systemator` in *Xcode* and run! * Default address is `http://127.0.0.1:8080` ### Integrate endpoints in an Vapor 4 app From 9d431bdbd342cc7ae4d1240937e062738ec30fa0 Mon Sep 17 00:00:00 2001 From: Ondrej Rafaj Date: Thu, 11 Jul 2019 15:23:11 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 66f47e4..487f85c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ Systemator is made of three separate components ```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 ... From e8b32b7065e6813b0fd2ee2f3064a62bb6bf7985 Mon Sep 17 00:00:00 2001 From: Ondrej Rafaj Date: Thu, 11 Jul 2019 15:23:24 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487f85c..7823d8e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ systemator To define a custom port or host do ``` bash -systemator --hostname 0.0.0.0 --port 12345 +systemator --hostname 0.0.0.0 --port 12345 ``` or ...