Fixed typo.
All checks were successful
Build and test Zhurnal / Test (push) Successful in 1m4s

This commit is contained in:
retoor 2024-11-27 17:05:25 +01:00
parent ebfcfb9f67
commit bc9408fc73

View File

@ -4,7 +4,7 @@ Application for running and monitoring multiple applications.
The monitoring goes trough web. The monitoring goes trough web.
The web interface will show life updates of stdout and stderr of configured applications. 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. 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` 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`