From ddc8a8ae7a85d94f459926752aa9eb034d704472 Mon Sep 17 00:00:00 2001 From: Denis Mishankov Date: Fri, 15 Nov 2024 17:26:24 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7358e7b..01a92e6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Web application to view lines from file on local system or on remote server buil ## Installation -Download and unpack `web-tail-x.x.x-[platform].zip` from [latest release](https://github.com/mishankov/web-tail/releases/latest) +Download and unpack `web-tail-[platform].zip` from [latest release](https://github.com/mishankov/web-tail/releases/latest) Docker image is also available [here](https://github.com/mishankov/web-tail/pkgs/container/web-tail) @@ -18,7 +18,6 @@ Docker image is also available [here](https://github.com/mishankov/web-tail/pkgs In unpacked folder edit `web-tail.config.toml` file - `port` - Port that Web tail will run on. Defaults value is `4444` -- `openBrowserOnStart` - automatically open tab with Web tail in your default browser on start. Default value is `false` - `servers` - reusable servers configuration - `name` - name of server to use in `sources` configs - `host` - host of remote server. Mandatory field for source types `ssh:*`