From b227a4dc23ddb5c308e7a67d0ffe0475d5ede6b4 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Mon, 8 Nov 2021 09:08:55 +0100 Subject: [PATCH] README.md: one more Scripts => scripts Co-authored-by: Krzesimir Nowak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f631c9912..607c45465d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ To start a container in privileged mode with `/dev` available use: ## Integrated mode This is the preferred mode of working with the SDK. -Interaction with the container happens via wrapper scripts from the Scripts repository. +Interaction with the container happens via wrapper scripts from the scripts repository. Both the host's scripts repo as well as its submodules (portage-stable and coreos-overlay) are made available in the container, allowing for work on these repos directly. The wrapper scripts will re-use existing containers instead of creating new ones to preserve your work in the container, enabling consistency.