Update README.md

This commit is contained in:
2026-03-24 19:15:08 +01:00
parent 22156fada4
commit 3cd9da0972

View File

@@ -19,14 +19,13 @@ A dev-focused NixOS configuration for older laptops, distilled from [ZaneyOS](ht
- A NixOS installation (25.11+) with flakes enabled - A NixOS installation (25.11+) with flakes enabled
- x86_64 system with Intel or AMD integrated graphics (or a VM) - 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 ## Installation
### 1. Clone into position ### 1. Clone into position
```bash ```bash
cd ~/zaneyos # parent repo cd ~
cd SaugOS cd SaugOS
``` ```