We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63222cc commit 898f77cCopy full SHA for 898f77c
readme.md
@@ -320,6 +320,9 @@ environment is _completely isolated_ and won't pollute your system.
320
# This takes a while when entering the workspace for the first time.
321
cd zmk-workspace
322
323
+ # Enable direnv for the workspace
324
+ direnv allow
325
+
326
# Initialize the Zephyr workspace and pull in the ZMK dependencies
327
# (same as `west init -l config && west update && west zephyr-export`)
328
just init
0 commit comments