From 50924ad7ffd56681d5dec181087e1039fc1153c8 Mon Sep 17 00:00:00 2001 From: OliverNChalk <11343499+OliverNChalk@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:41:25 +1100 Subject: [PATCH] docs: fix `git rm` step in `Add Machines` --- docs/site/getting-started/configure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/getting-started/configure.md b/docs/site/getting-started/configure.md index 88ee6a799..76d716775 100644 --- a/docs/site/getting-started/configure.md +++ b/docs/site/getting-started/configure.md @@ -205,5 +205,5 @@ git mv ./machines/jon ./machines/newname If you only want to setup a single machine at this point, you can delete `sara` from `flake.nix` as well as from the machines directory: ``` -git rm ./machines/sara +git rm -r ./machines/sara ```