Skip to content

Commit 292590c

Browse files
authored
Add Windows install instructions as "coming soon" (#168)
1 parent bed4a3d commit 292590c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pages/home/install/local.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To run the Arcade Engine locally, you'll need to install `arcade-engine`. Choose
4040

4141
This will install a template engine configuration.
4242

43-
<Tabs items={['macOS (Homebrew)', 'Ubuntu/Debian (APT)']}>
43+
<Tabs items={['macOS (Homebrew)', 'Ubuntu/Debian (APT)', 'Windows (coming soon)']}>
4444
<Tabs.Tab>
4545
```bash
4646
brew install ArcadeAI/tap/arcade-engine
@@ -54,6 +54,13 @@ This will install a template engine configuration.
5454
sudo apt install arcade-engine
5555
```
5656
</Tabs.Tab>
57+
<Tabs.Tab>
58+
```
59+
Windows support is coming soon!
60+
```
61+
Want to see Windows support sooner? Show your interest by adding a 👍 to [this GitHub issue](https://github.com/ArcadeAI/arcade-ai/issues/258).
62+
63+
</Tabs.Tab>
5764
</Tabs>
5865

5966
### Install a toolkit

0 commit comments

Comments
 (0)