From 8514a1076bcaa003c2db2fbc9c656d990e598f17 Mon Sep 17 00:00:00 2001 From: peg Date: Thu, 26 Jun 2025 09:05:05 +0200 Subject: [PATCH] Add instruction to README to ensure mkosi cache directory exists --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e87baa..c4be1b8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ For more information about this repository, see [the Flashbots collective post]( # On other systems, download via package manager or use Docker approach below ``` +4. Ensure mkosi cache directory exists: + ```bash + mkdir -p ~/.cache/mkosi + ``` + ### Building Images 1. **Enter the development environment**: