mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Add note about possible missing west command.
This commit is contained in:
@@ -117,6 +117,12 @@ cd zmk
|
||||
west init -l app/
|
||||
```
|
||||
|
||||
:::note
|
||||
If you encounter errors like `command not found: west` then your `PATH` environment variable is likely
|
||||
missing the Python 3 user packages directory. See the [West Build Command](#west-build-command)
|
||||
section again for links to how to do this
|
||||
:::
|
||||
|
||||
#### Update To Fetch Modules
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user