File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,9 @@ library that aims to give unified GUI functions using frontends for dialogs boxe
1616
1717#### Backends environments GUI
1818
19- EBG implements differents dialogs boxeds that for the user side are frontends
20- but from the EGB side are backends!
21-
22- You don't have to worry about what environment you are running the script in,
23- as ** EasyBashGUI** will handle this transparently, based on the availability of
24- the backends.
19+ EBG implements differents dialogs boxes! You don't have to worry about what
20+ environment you are running the script in, as ** EasyBashGUI** will handle this
21+ transparently, based on the availability of the backends (frontends).
2522
2623* Console mode:
2724 * dialog
@@ -38,9 +35,7 @@ the backends.
3835#### Compatibilty and runtime
3936
4037EBG is coded in ` bash ` , and uses most of ` coreutils ` commands, but it may work in
41- any other env, ` bash ` is just used internally. But ` coreutils ` is mandatory, users
42- from alpine linux will be forced to install ` coreutils ` cos ` busybox ` or sucktools
43- does not have the required funtionality to work!
38+ any other env, becouse those are just used internally.
4439
4540## Components
4641
You can’t perform that action at this time.
0 commit comments