Browse Source

Fix a `.zephyrrc` typo.

xmkb
Pete Johanson 5 years ago
parent
commit
9e62cc7069
  1. 5
      docs/docs/dev-setup.md

5
docs/docs/dev-setup.md

@ -104,6 +104,7 @@ git clone https://github.com/zmkfirmware/zmk.git @@ -104,6 +104,7 @@ git clone https://github.com/zmkfirmware/zmk.git
Since ZMK is built as a Zephyr™ application, the next step is
to use `west` to initialize and update your workspace. The ZMK
Zephyr™ application is in the `app/` source directory:
### Step into the repository
```bash
@ -155,13 +156,13 @@ append the existing `~/.zephyrrc` file to your shell's RC file and then start a @@ -155,13 +156,13 @@ append the existing `~/.zephyrrc` file to your shell's RC file and then start a
##### Bash
```
cat ~/.zephyrc >> ~/.bashrc
cat ~/.zephyrrc >> ~/.bashrc
```
##### ZSH
```
cat ~/.zephyrc >> ~/.zshrc
cat ~/.zephyrrc >> ~/.zshrc
```
## Build

Loading…
Cancel
Save