Skip to content

Commit badea29

Browse files
committed
docs: move Installation section before Screenshots
1 parent 8f243e5 commit badea29

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ A cross-platform desktop IDE for [santa-lang](https://eddmann.com/santa-lang/),
88

99
Built to provide a controlled environment for writing and testing AoC solutions, while exploring the different backend implementations (reindeer) available for santa-lang.
1010

11+
## Installation
12+
13+
### Homebrew (macOS)
14+
15+
```bash
16+
brew install eddmann/tap/santa-lang-workbench
17+
```
18+
19+
### Manual Download
20+
21+
Download the latest release from [GitHub Releases](https://github.com/eddmann/santa-lang-workbench/releases):
22+
- **macOS**: `.dmg` (Intel and Apple Silicon)
23+
- **Linux**: `.deb` and `.AppImage`
24+
1125
## Screenshots
1226

1327
<table>
@@ -61,20 +75,6 @@ Built to provide a controlled environment for writing and testing AoC solutions,
6175

6276
</details>
6377

64-
## Installation
65-
66-
### Homebrew (macOS)
67-
68-
```bash
69-
brew install eddmann/tap/santa-lang-workbench
70-
```
71-
72-
### Manual Download
73-
74-
Download the latest release from [GitHub Releases](https://github.com/eddmann/santa-lang-workbench/releases):
75-
- **macOS**: `.dmg` (Intel and Apple Silicon)
76-
- **Linux**: `.deb` and `.AppImage`
77-
7878
## Features
7979

8080
- **Run Solutions** - Execute santa-lang code with real-time streaming output showing progress as each part runs

0 commit comments

Comments
 (0)