Update README.md
This commit is contained in:
parent
c4cb2829ac
commit
fb7c410f3e
|
@ -5,7 +5,7 @@ work on Artix and Fedora.
|
||||||
|
|
||||||
To install:
|
To install:
|
||||||
|
|
||||||
```console
|
```sh
|
||||||
$ git clone https://git.data.coop/samsapti/dotfiles.git
|
$ git clone https://git.data.coop/samsapti/dotfiles.git
|
||||||
$ cd dotfiles
|
$ cd dotfiles
|
||||||
$ ./install.sh
|
$ ./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
|
`sudo`, then change all instances of `doas` to `sudo`, or simply create
|
||||||
a symlink `doas` pointing to `sudo`:
|
a symlink `doas` pointing to `sudo`:
|
||||||
|
|
||||||
```console
|
```sh
|
||||||
$ sudo ln -s $(which sudo) /usr/bin/doas
|
$ sudo ln -s $(which sudo) /usr/bin/doas
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue