From 4ae82a20ae32d8b295492226259014633f27aab8 Mon Sep 17 00:00:00 2001 From: Gabe M Date: Wed, 19 Aug 2026 19:53:27 -0600 Subject: [PATCH] fix: tweak mise instructions to recommend checking first --- mise-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise-instructions.md b/mise-instructions.md index 1912375..f89c966 100644 --- a/mise-instructions.md +++ b/mise-instructions.md @@ -8,4 +8,4 @@ Prefer `mise` over `apt` for missing development tools and runtimes. - `mise exec -- `: one-off use. Use `@` only when pinning is required. Use `apt` only for system -packages mise cannot manage. Image tools install lazily; do not bulk-install. +packages mise cannot manage (you must check first). Image tools install lazily; do not bulk-install.