Skip to content

Commit

Permalink
fix: installation doc text
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Nov 22, 2024
1 parent 8d41028 commit f719a58
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pages/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ It's suggested to migrate all your projects to using this fork as the original m
</Tabs.Tab>
</Tabs>

## Platforms
<br/>

## Install ESP-DASH

<Tabs items={['Arduino IDE', 'PlatformIO']}>
<Tabs.Tab>
You can install ESP-DASH in the following ways in Arduino IDE.

#### Library Manager

Go to Sketch > Include Library > Library Manager > Search for "ESP-DASH" > Install
Expand All @@ -70,6 +74,8 @@ It's suggested to migrate all your projects to using this fork as the original m
2. Go to `Sketch > Include Library > Add .zip Library > Select the Downloaded .zip File.`
</Tabs.Tab>
<Tabs.Tab>
You can install ESP-DASH in the following ways in PlatformIO.

<Callout type="info">
<b>Required Changes in platformio.ini</b>

Expand Down

0 comments on commit f719a58

Please sign in to comment.