From b3fba4ec733a3f8ee5232676f8b109e8ad2772c8 Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Thu, 3 Mar 2022 23:17:04 +0100 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6972b5c..2ab6e1f 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ To install: $ git clone https://github.com/theanonymousexyz/dotfiles.git $ cd dotfiles $ ./artix-install.sh # For Artix +$ ./deb-install.sh # For Debian and Ubuntu $ ./fedora-install.sh # For Fedora $ ./termux-install.sh # For Termux -$ ./deb-install.sh # For Debian and Ubuntu ``` Note that I use `doas` instead of `sudo` (only on Artix). If you prefer `sudo`, then change all instances of `doas` to `sudo`, or simply create a symlink `doas` pointing to `sudo`: