1

fix: remove redundant recursive flag from instructions

This commit is contained in:
Himadri Bhattacharjee
2023-12-11 10:50:12 +05:30
parent 1c8ee23ad9
commit 9e21fc5128

View File

@@ -5,7 +5,7 @@ NixOS configuration files personalized for my workflow.
To get started, install NixOS, [enable flakes](https://nixos.wiki/wiki/Flakes#NixOS), clone this repository.
```sh
git clone --recursive https://github.com/lavafroth/dotfiles
git clone https://github.com/lavafroth/dotfiles
cd dotfiles
sudo nixos-rebuild switch --flake .#cafe
```