Update README.md

This commit is contained in:
everest
2022-05-16 21:40:13 +00:00
committed by GitHub
parent d81ab6204a
commit dbb4a9c220

View File

@@ -6,5 +6,6 @@ A simple command line to-do list written in POSIX sh, focused on simplicityand e
# Installation # Installation
now can be installed by running the following commands in your terminal: 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 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
``` ```