mirror of https://github.com/zmkfirmware/zmk.git
Tweaks to sourcing the `zephyr-env.sh` script.
This commit is contained in:
parent
9e62cc7069
commit
2f4bc94b7e
|
|
@ -142,10 +142,10 @@ We suggest two main [options](https://docs.zephyrproject.org/latest/guides/env_v
|
||||||
|
|
||||||
#### Per Shell
|
#### Per Shell
|
||||||
|
|
||||||
To load the Zephyr environment properly for just one transient shell, run:
|
To load the Zephyr environment properly for just one transient shell, run the following from your ZMK checkout directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
source zmk/zephyr/zephyr-env.sh
|
source zephyr/zephyr-env.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
#### All Shells
|
#### All Shells
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue