Skip to content

Commit 146fce1

Browse files
add website download instructions for mac, linux, and windows
1 parent fa80a1b commit 146fce1

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

getting-started/installation.mdx

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,44 @@ description: "Get CodinIT up and running in your favorite IDE with these simple
77
**Ready to get started?** Installation takes less than 2 minutes! Choose your preferred platform below and follow the simple steps.
88
</Note>
99

10-
## Before You Begin
11-
12-
Clone the CodinIT repository from GitHub to your local machine:
10+
## Download from Website (Recommended)
11+
12+
The easiest way to get started is to download the installer for your platform:
13+
14+
<Tabs>
15+
<Tab title="macOS">
16+
1. Download the `.dmg` file from [codinit.dev/download](https://codinit.dev/download)
17+
2. Open the downloaded `.dmg` file
18+
3. Drag CodinIT to your Applications folder
19+
4. Launch CodinIT from your Applications
20+
</Tab>
21+
22+
<Tab title="Windows">
23+
1. Download the `.exe` installer from [codinit.dev/download](https://codinit.dev/download)
24+
2. Run the installer
25+
3. Follow the installation wizard
26+
4. Launch CodinIT from the Start menu or desktop shortcut
27+
</Tab>
28+
29+
<Tab title="Linux">
30+
1. Download the `.AppImage` file from [codinit.dev/download](https://codinit.dev/download)
31+
2. Make it executable: `chmod +x CodinIT-*.AppImage`
32+
3. Run the AppImage: `./CodinIT-*.AppImage`
33+
34+
Or install via package manager (if available):
35+
```bash
36+
# Debian/Ubuntu
37+
sudo dpkg -i codinit_*.deb
38+
39+
# Fedora/RHEL
40+
sudo rpm -i codinit-*.rpm
41+
```
42+
</Tab>
43+
</Tabs>
44+
45+
## Install from Source (For Developers)
46+
47+
If you prefer to build from source or contribute to development:
1348

1449
### Local Version (Web Containers)
1550

0 commit comments

Comments
 (0)