From 29a440beb1dd8781865a1e5c8d711cbe03c2de16 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 24 Jan 2022 08:38:29 +0900 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f8e3e1..83e0ca1 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,9 @@ parameters. ## Dependencies: - `jq` -- `column` (part of `util-linux`) +- `column` version with support for the `-o` flag (part of `util-linux`) - `steam` -* Note: Ubuntu may have an older version of `column` that is missing some features; see Known Issues below. - ## Preparation 1. Update the sysctl `vm.max_map_count` value (see https://www.protondb.com/app/221100) @@ -99,7 +97,7 @@ Lastly, the launch options and mod list will be concatenated and used to launch ## Known Issues/Possible Pitfalls: -- Ubuntu's `column` package may be too old to support setting field separators correctly. +- Ubuntu's `column` package may be too old to support setting field separators correctly. (TODO: add separate section detailing how to install and compile package) - The ping attempt is only made once as a fast check with no retries. - It goes without saying, but you need to have a sufficiently wide enough terminal window to justify the text correctly. - There is no pagination, so if there are more servers than lines in your terminal, you are going to have to scroll up.