Build fixes.

This commit is contained in:
Pete Johanson
2020-08-05 14:51:31 -04:00
parent aa21bdd79a
commit f71f12f5a8
2 changed files with 5 additions and 5 deletions

View File

@@ -61,20 +61,20 @@ values={[
{label: 'Using curl', value: 'curl'},
{label: 'Using wget', value: 'wget'},
]}>
<Tab value="curl">
<TabItem value="curl">
```
sh -c "$(curl -fsSL https://zmkfirmware.dev/setup.sh)"
```
</Tab>
<Tab value="wget">
</TabItem>
<TabItem value="wget">
```
sh -c "$(wget https://zmkfirmware.dev/setup.sh -O -)"
```
</Tab>
</TabItem>
</Tabs>
### MCU Board Selection