Merge pull request 'docs: fix git rm step in Add Machines' (#2853) from OliverNChalk/clan-core:main into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2853
Reviewed-by: kenji <aks.kenji@protonmail.com>
This commit is contained in:
Luis Hebendanz
2025-02-11 07:39:03 +00:00

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:
```
git rm ./machines/sara
git rm -r ./machines/sara
```