Skip to content

Commit f719a58

Browse files
committed
fix: installation doc text
1 parent 8d41028 commit f719a58

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/getting-started/installation.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,14 @@ It's suggested to migrate all your projects to using this fork as the original m
4444
</Tabs.Tab>
4545
</Tabs>
4646

47-
## Platforms
47+
<br/>
48+
49+
## Install ESP-DASH
4850

4951
<Tabs items={['Arduino IDE', 'PlatformIO']}>
5052
<Tabs.Tab>
53+
You can install ESP-DASH in the following ways in Arduino IDE.
54+
5155
#### Library Manager
5256

5357
Go to Sketch > Include Library > Library Manager > Search for "ESP-DASH" > Install
@@ -70,6 +74,8 @@ It's suggested to migrate all your projects to using this fork as the original m
7074
2. Go to `Sketch > Include Library > Add .zip Library > Select the Downloaded .zip File.`
7175
</Tabs.Tab>
7276
<Tabs.Tab>
77+
You can install ESP-DASH in the following ways in PlatformIO.
78+
7379
<Callout type="info">
7480
<b>Required Changes in platformio.ini</b>
7581

0 commit comments

Comments
 (0)