From 9e21fc5128cbc21eeabafa80056c716dc899ad2d Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:50:12 +0530 Subject: [PATCH] fix: remove redundant recursive flag from instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4bd7d..9e09f41 100644 --- a/README.md +++ b/README.md @@ -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 ```