From d81ab6204a4899a62aab3d40b2dc41bc0c1d0375 Mon Sep 17 00:00:00 2001 From: everest Date: Mon, 16 May 2022 21:39:35 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93f58b0..7004832 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ ![alt text](https://raw.githubusercontent.com/everest-linux/amogus3016/main/now.png) -A simple command line to-do list written in POSIX sh +# now +A simple command line to-do list written in POSIX sh, focused on simplicityand elegance. + +# Installation +now can be installed by running the following commands in your terminal: +``` +rm -rf /tmp/now && cd /tmp && git clone https://github.com/everest-linux/now && cd now/install && chmod +x INSTALL.sh && sudo ./INSTALL.sh || doas ./INSTALL.sh +```