allow dashes and underscores, fixed incorrect command in guide

This commit is contained in:
2024-11-02 18:51:04 +01:00
parent 11fd6bc478
commit 946ae2b987
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Either install GNOME or Minimal depending on if you intend to setup a server or
Clone the repository to your home directory, you can do this by opening a shell with git installed.
```bash
nixos-shell -p git
nix-shell -p git
git clone https://git.mvl.sh/vleeuwenmenno/dotfiles.git ~/dotfiles
exit
```