You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,20 @@ A cross-platform desktop IDE for [santa-lang](https://eddmann.com/santa-lang/),
8
8
9
9
Built to provide a controlled environment for writing and testing AoC solutions, while exploring the different backend implementations (reindeer) available for santa-lang.
10
10
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
+
11
25
## Screenshots
12
26
13
27
<table>
@@ -61,20 +75,6 @@ Built to provide a controlled environment for writing and testing AoC solutions,
61
75
62
76
</details>
63
77
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
-
78
78
## Features
79
79
80
80
-**Run Solutions** - Execute santa-lang code with real-time streaming output showing progress as each part runs
0 commit comments