Skip to content

Commit 5f8af2f

Browse files
hsyl20claude
andcommitted
Docs: note that the first-contract tutorial targets Linux
Windows and macOS walkthroughs will follow later. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9642f64 commit 5f8af2f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

tutorials/first-smart-contract.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
title: Your first smart contract with Plinth
2+
title: Your first smart contract with Plinth (Linux)
33
permalink: /tutorials/first-smart-contract/
44
---
55
Before writing a real validator, it helps to get the whole toolchain working
66
end to end with the simplest possible Plinth program: a function that adds two
77
numbers. In this tutorial you will create a tiny project from scratch, compile
88
it with `uplc-ghc`, run it, and read the Plutus Core it produced.
99

10+
This tutorial targets **Linux**. Windows and macOS walkthroughs will follow
11+
later.
12+
1013
## Before you start
1114

1215
You need a built `uplc-ghc`. If you have not built it yet, follow

tutorials/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ permalink: /tutorials/
66
guaranteed-to-work experience so you can learn by doing. They are for newcomers
77
who want to get started, not for looking up specific facts.
88

9-
- [Your first smart contract with Plinth]({% link tutorials/first-smart-contract.md %})
9+
- [Your first smart contract with Plinth (Linux)]({% link tutorials/first-smart-contract.md %})
10+
&mdash; targets Linux; Windows and macOS walkthroughs will follow later.

0 commit comments

Comments
 (0)