Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Rename `west` directory to `firmware`
  • Loading branch information
mondalaci authored Dec 19, 2024
1 parent 44ff001 commit dc22a68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:UltimateHackingKeyboard/firmware.git
cd firmware
./build.sh setup
Expand All @@ -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 [email protected]:UltimateHackingKeyboard/firmware.git
west init -l firmware
west update
Expand Down

0 comments on commit dc22a68

Please sign in to comment.