From 37aaf5e5b2b263425ffad035dc2607e65ce24bd3 Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Fri, 17 Feb 2023 13:01:56 +0100 Subject: [PATCH] docs: Add tested section --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d3a10a7..7d4e17e 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ bash-tui-toolkit Toolkit to create simple Terminal UIs using plain bash builtins -> Tested with Ubuntu, Alpine, Debian. -> -> MacOS currently broken with iTerm 2 -> working on it - ## Goals - provide a simple and clear default set of elements to use creating an interactive terminal UI - be clean and minimalistic @@ -17,11 +13,19 @@ Toolkit to create simple Terminal UIs using plain bash builtins - parts can be used separately ## Install -> tbd +1. Download the bundle (entire lib) or single compoennt from [releases](https://github.com/timo-reymann/bash-tui-toolkit/releases) +2. Source the bundle in your script or embed ## Documentation For a list of available modules and their documentation please check the [docs/modules](./docs/modules) folder +## Tested with +- Ubuntu 20 +- Ubuntu 22 +- Alpine 3 +- MacOS +- Windows (Git Bash) + ## Development ### Requirements