From bf4dd6e0fa7c09f56ce7e525b78062e044648d31 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Fri, 27 Jan 2023 17:00:24 -0800 Subject: [PATCH] detail update and shell --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76183fb..cf6d7c9 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,15 @@ make VERSION=1.0.0rc1 release make VERSION=1.0.0rc1 attest ``` -### Sign an existing release +### Add and lock a new container dependency ``` -make VERSION=1.0.0rc1 sign +echo "vim-nox" >> config/toolchain/packages-base.txt +make toolchain-update +``` + +### Run a shell in the toolchain container + +``` +make toolchain-shell ```