Update README.md

This commit is contained in:
everest 2022-05-16 21:39:35 +00:00 committed by GitHub
parent a45a2be964
commit d81ab6204a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```