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