docs: Add versions of bash tested to README

This commit is contained in:
Timo Reymann
2023-02-17 17:07:43 +01:00
committed by GitHub
parent d7dc95a8b7
commit 65c1f6d8b4
+19 -6
View File
@@ -20,16 +20,29 @@ Toolkit to create simple Terminal UIs using plain bash builtins
For a list of available modules and their documentation please check the [docs/modules](./docs/modules) folder For a list of available modules and their documentation please check the [docs/modules](./docs/modules) folder
## Tested with ## Tested with
- Ubuntu 20
- Ubuntu 22 > Since there are some weird combinations/side effects based on the platform you might use there are different side effects that might occur
- Alpine 3 >
- MacOS > If you use it on a different platform successfully please create a PR to add a item here :)
- Windows (Git Bash)
- Ubuntu 20 (Bash 5)
- Tilix
- xterm
- Ubuntu 22 (Bash 5)
- Tilix
- xterm
- Alpine 3 (Bash 5)
- xterm
- MacOS (Bash 3)
- iTerm2
- Windows 10 (Bash 4)
- Git Bash
- Windows Terminal
## Development ## Development
### Requirements ### Requirements
- bash 4+ - bash 3+
- docker 19+ - docker 19+
- GNU make - GNU make