Update README.md

This commit is contained in:
Sam A. 2022-06-06 20:45:09 +02:00
parent 225d16bfa8
commit 432cdac9da
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ work on Artix, Debian, Fedora, Ubuntu and Termux (Android).
To install:
```bash
```console
$ 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`:
```bash
```console
sudo ln -s $(which sudo) /usr/bin/doas
```