Add direnv allow to initial steps
This commit is contained in:
parent
63222cc2dd
commit
be30faff9c
1 changed files with 4 additions and 2 deletions
|
@ -316,10 +316,12 @@ environment is _completely isolated_ and won't pollute your system.
|
||||||
2. Enter the workspace and set up the environment.
|
2. Enter the workspace and set up the environment.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# This automatically sets up and activates a virtual shell with the Zephyr toolchain.
|
# The first time you enter the workspace, you will be prompted to allow direnv
|
||||||
# This takes a while when entering the workspace for the first time.
|
|
||||||
cd zmk-workspace
|
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
|
# Initialize the Zephyr workspace and pull in the ZMK dependencies
|
||||||
# (same as `west init -l config && west update && west zephyr-export`)
|
# (same as `west init -l config && west update && west zephyr-export`)
|
||||||
just init
|
just init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue