From bc9408fc73a2becb3ff6e7f6a9eaae7623b213bf Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 27 Nov 2024 17:05:25 +0100 Subject: [PATCH] Fixed typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 952427b..f580907 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Application for running and monitoring multiple applications. The monitoring goes trough web. The web interface will show life updates of stdout and stderr of configured applications. -## Instalation +## Installation 1. Run `make`. This will build envionment and will install the application. 2. Run Zhurnal with the commands as parameters followed by the host / port to serve on. `./.venv/bin/zhurnal "ping google.nl" "ping google.nl" --host=127.0.0.1 --port=8081`