Build fixes.
This commit is contained in:
parent
aa21bdd79a
commit
f71f12f5a8
2 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ In addition to the basic keyboard functionality, there is some initial support f
|
||||||
- OLEDs
|
- OLEDs
|
||||||
- RGB Underglow
|
- RGB Underglow
|
||||||
|
|
||||||
Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](/community/discord/invite).
|
Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](https://zmkfirmware.dev/community/discord/invite).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
|
@ -61,20 +61,20 @@ values={[
|
||||||
{label: 'Using curl', value: 'curl'},
|
{label: 'Using curl', value: 'curl'},
|
||||||
{label: 'Using wget', value: 'wget'},
|
{label: 'Using wget', value: 'wget'},
|
||||||
]}>
|
]}>
|
||||||
<Tab value="curl">
|
<TabItem value="curl">
|
||||||
|
|
||||||
```
|
```
|
||||||
sh -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)"
|
sh -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
</Tab>
|
</TabItem>
|
||||||
<Tab value="wget">
|
<TabItem value="wget">
|
||||||
|
|
||||||
```
|
```
|
||||||
sh -c "$(wget https://zmkfirmware.dev/setup.sh -O -)"
|
sh -c "$(wget https://zmkfirmware.dev/setup.sh -O -)"
|
||||||
```
|
```
|
||||||
|
|
||||||
</Tab>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
### MCU Board Selection
|
### MCU Board Selection
|
||||||
|
|
Loading…
Reference in a new issue