Skip to content

Commit

Permalink
Add direnv allow to initial steps
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Aug 14, 2024
1 parent 63222cc commit be30faf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be30faf

Please sign in to comment.