-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquickstart.html
50 lines (30 loc) · 976 Bytes
/
quickstart.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: TADS 3 - Quickstart
description: A guide for quickly starting a new TADS 3 project.
layout: article
toroot: ../
styleType: article
---
# Landing with a Running Start!
## A quickstart guide for TADS 3
Please choose your operating system and preferred software:
{% include quickstart/os-list.html %}
***
# Windows
{% assign selected_os = "Windows" %}
<h2 id="workbench-windows">Install for Workbench</h2>
Text here.
<h2 id="vscode-windows">Install for VSCode</h2>
Text here.
# MacOS
{% assign selected_os = "MacOS" %}
<h2 id="vscode-macos">Install for VSCode</h2>
{% include quickstart/frobtads-instructions.md %}
# Linux
{% assign selected_os = "Linux" %}
<h2 id="vscode-linux">Install for VSCode</h2>
{% include quickstart/frobtads-instructions.md %}
{% include quickstart/frobtads-vscode.html %}
<h2 id="terminal-linux">Install for Terminal</h2>
{% include quickstart/frobtads-instructions.md %}
{% include quickstart/frobtads-terminal.html %}