From 9d431bdbd342cc7ae4d1240937e062738ec30fa0 Mon Sep 17 00:00:00 2001 From: Ondrej Rafaj Date: Thu, 11 Jul 2019 15:23:11 +0100 Subject: [PATCH] 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 ...