docs: fix git rm step in Add Machines

This commit is contained in:
OliverNChalk
2025-02-11 09:41:25 +11:00
parent 2e212e3e31
commit 50924ad7ff

View File

@@ -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: 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
``` ```