Update 'README.md'

This commit is contained in:
Liam Waldron 2022-08-04 11:41:46 -04:00
parent 36512d80e9
commit b7d2a11bd6

View File

@ -6,6 +6,6 @@ A simple command line to-do list written in POSIX sh, focused on simplicityand e
# 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 &&
rm -rf /tmp/now && cd /tmp && git clone https://git.everestlinux.org/EverestLinux/now &&
cd now/install && chmod +x INSTALL.sh && sudo ./INSTALL.sh || doas ./INSTALL.sh
```