From ac8d715fe4ee25b49c8f9f6e54c4988ec93d197e Mon Sep 17 00:00:00 2001 From: Zitao <145678024+ZitaoTech@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:33:14 +0200 Subject: [PATCH] Update README.md --- Apps/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Apps/README.md b/Apps/README.md index 3ce5228..ff26bb1 100644 --- a/Apps/README.md +++ b/Apps/README.md @@ -32,3 +32,23 @@ Then you can run it by typing cmatrix ``` [cmatrix Github page](https://github.com/abishekvashok/cmatrix) + +## How to install a TTY-CLOCK + +```sh +sudo apt-get install tty-clock +``` + +Then you can run it by typing + +```sh +tty-clock +``` + +I will recommend + +```sh +tty-clock -c -s +``` +to make it show in the middle of the display and show seconds +[tty-clock user manuel[(https://github.com/xorg62/tty-clock)