From fb7c410f3e96724eee7da58703179bd24d6464fb Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Mon, 16 Jan 2023 14:46:47 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0620798..f80d7c0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ work on Artix and Fedora. To install: -```console +```sh $ git clone https://git.data.coop/samsapti/dotfiles.git $ cd dotfiles $ ./install.sh @@ -15,7 +15,7 @@ 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`: -```console +```sh $ sudo ln -s $(which sudo) /usr/bin/doas ```