From dc22a6885c898d39f0c4f77e827046a934168932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 19 Dec 2024 10:58:12 +0100 Subject: [PATCH] Update README.md Rename `west` directory to `firmware` --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75e27e8b..866cc901 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ If you're one of the brave few who wants to hack the firmware then read on. ### UHK80 quick dev setup ``` -mkdir west -cd west +mkdir firmware +cd firmware git clone --recurse-submodules git@github.com:UltimateHackingKeyboard/firmware.git cd firmware ./build.sh setup @@ -37,8 +37,8 @@ In case the above doesn't work, please see (or create a ticket): Note that these commands will create a [west workspace](https://docs.zephyrproject.org/latest/develop/west/workspaces.html#t2-star-topology-application-is-the-manifest-repository) in your current directory. ```bash -mkdir west -cd west +mkdir firmware +cd firmware git clone --recurse-submodules git@github.com:UltimateHackingKeyboard/firmware.git west init -l firmware west update