Adjust zmk-config readme

This commit is contained in:
KemoNine 2020-12-05 23:27:34 +00:00
parent 982126f6dc
commit 8785543065

View file

@ -2,12 +2,12 @@
## Docker Volume ## Docker Volume
Need to have the `zmk-config` directory mounted at `/root/zmk-config` in Docker container Need to have the `zmk-config` directory mounted at `/workspaces/zmk-config` in Docker container
## Building ## Building
``` sh ``` sh
west build -p --board nice_nano -d build/tidbit/ -- -DSHIELD=tidbit -DZMK_CONFIG="/root/zmk-config/config" west build --board nice_nano -d build/tidbit . -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config
``` ```