summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-10 10:30:28 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-10 10:30:28 -0400
commit9e62cc7069fe5bf8e75128ea6d092160013aa9cb (patch)
tree89f66eb6d093b27ca33dac8b61faafcf3316e0c3 /docs
parent35d07cff172f5667f52255690220959874ca9983 (diff)
Fix a `.zephyrrc` typo.
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-setup.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/docs/dev-setup.md b/docs/docs/dev-setup.md
index 2c39d99..9939349 100644
--- a/docs/docs/dev-setup.md
+++ b/docs/docs/dev-setup.md
@@ -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
##### Bash
```
-cat ~/.zephyrc >> ~/.bashrc
+cat ~/.zephyrrc >> ~/.bashrc
```
##### ZSH
```
-cat ~/.zephyrc >> ~/.zshrc
+cat ~/.zephyrrc >> ~/.zshrc
```
## Build