Remove extraeneous quoting from README command

master
Jordan Atwood 2 years ago
parent 00483a3c4d
commit f80dd24c14
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 2
      README.md

@ -22,7 +22,7 @@ directory](https://wiki.archlinux.org/title/XDG_Base_Directory#User_directories)
2. Run `setup.sh`
```sh
"${XDG_CONFIG_HOME:-"$HOME"/.config}"/dotfiles/setup.sh
"${XDG_CONFIG_HOME:-$HOME/.config}"/dotfiles/setup.sh
```
Once completed, all necessary symlinks will be created for environment setup. Restart your login for the `.bash_profile`

Loading…
Cancel
Save