add download buttons

This commit is contained in:
Foster Irwin 2022-05-06 13:53:23 -06:00
parent e9c32dc435
commit f55e671933

View file

@ -8,6 +8,7 @@ sidebar_position: 1
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';
import Link from '@docusaurus/Link';
:::caution :::caution
Make sure not to power the radio on without first attaching the antenna! You could damage the radio chip! Make sure not to power the radio on without first attaching the antenna! You could damage the radio chip!
@ -132,11 +133,29 @@ meshtastic-flasher
</TabItem> </TabItem>
<TabItem value="macos"> <TabItem value="macos">
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'https://github.com/meshtastic/Meshtastic-gui-installer/releases/tag/macapp1.0.0'}
>
Download macOS application
</Link>
</div>
To install `meshtastic-flasher`, download Meshtastic-flasher.app.zip from https://github.com/meshtastic/Meshtastic-gui-installer/releases/tag/macapp1.0.0 , unzip and drag to /Applications. To install `meshtastic-flasher`, download Meshtastic-flasher.app.zip from https://github.com/meshtastic/Meshtastic-gui-installer/releases/tag/macapp1.0.0 , unzip and drag to /Applications.
</TabItem> </TabItem>
<TabItem value="windows"> <TabItem value="windows">
<div className="indexCtasBody">
<Link
className={'button button--outline button--lg cta--button'}
to={'https://github.com/meshtastic/Meshtastic-gui-installer/releases/tag/winapp1.0.3'}
>
Download Windows application
</Link>
</div>
To install meshtastic-flasher, download meshtastic-flasher.zip from https://github.com/meshtastic/Meshtastic-gui-installer/releases/tag/winapp1.0.3, unzip and run. To install meshtastic-flasher, download meshtastic-flasher.zip from https://github.com/meshtastic/Meshtastic-gui-installer/releases/tag/winapp1.0.3, unzip and run.
</TabItem> </TabItem>