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**.