From 3cd9da0972a8cb8c0c824a78d52372b39cea3fd2 Mon Sep 17 00:00:00 2001 From: Benno Lorenz Date: Tue, 24 Mar 2026 19:15:08 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e03807..1019f5e 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,13 @@ A dev-focused NixOS configuration for older laptops, distilled from [ZaneyOS](ht - A NixOS installation (25.11+) with flakes enabled - x86_64 system with Intel or AMD integrated graphics (or a VM) -- The repo must live at `~/zaneyos/SaugOS` (or update `modules/core/nh.nix`) ## Installation ### 1. Clone into position ```bash -cd ~/zaneyos # parent repo +cd ~ cd SaugOS ```