From 539407272f5a0026f66b66bf0172c8659bc64fe4 Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:30:16 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 542778c..078dcdb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Console-Menu -Graphical interactive console menu for your bash/shell scripts and using the ASCII Art logo. +Graphical console menu for bash/shell scripts and using the ASCII Art logo. ![Image alt](https://github.com/Lifailon/Console-Menu/blob/rsa/Example.gif) + +## 🚀 Using + +**No dependency**. Used only **tput** 💛. + +- Set your menu items in the array: menu **(5 line)** +- Set your logo in array: **logo (13 line)** +- Take an example and describe your application logic in **line 72-85** + +⭐ The highest commendation would be to give this project a **star**.