From be30faff9c9c06b03816ac6bfb2b4c320d5ff6d4 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:23:27 -0400 Subject: [PATCH] Add direnv allow to initial steps --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b6a3e70f2..48c2ee80f 100644 --- a/readme.md +++ b/readme.md @@ -316,10 +316,12 @@ environment is _completely isolated_ and won't pollute your system. 2. Enter the workspace and set up the environment. ```bash - # This automatically sets up and activates a virtual shell with the Zephyr toolchain. - # This takes a while when entering the workspace for the first time. + # The first time you enter the workspace, you will be prompted to allow direnv cd zmk-workspace + # Allow direnv for the workspace, which will set up the environment + direnv allow + # Initialize the Zephyr workspace and pull in the ZMK dependencies # (same as `west init -l config && west update && west zephyr-export`) just init