Skip to content

Commit 33f150d

Browse files
committed
Update 01-prerequisites.mdx
1 parent e66fb42 commit 33f150d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

sdk/next/tutorials/example/01-prerequisites.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The example chain requires Go 1.25 or higher.
1515

1616
```bash
1717
go version
18-
# go version go1.25.0 darwin/arm64
18+
# go version go1.25.0 linux/amd64 # Linux
19+
# go version go1.25.0 darwin/arm64 # macOS
1920
```
2021

2122
If Go is not installed, download it from [go.dev/dl](https://go.dev/dl).
@@ -29,11 +30,10 @@ make --version
2930
# GNU Make 3.81
3031
```
3132

32-
Make is pre-installed on most Linux and macOS systems. On macOS, if it is missing, install it with Xcode command line tools:
33+
Make is pre-installed on most Linux and macOS systems. If it is missing:
3334

34-
```bash
35-
xcode-select --install
36-
```
35+
- **macOS:** `xcode-select --install`
36+
- **Linux (Debian/Ubuntu):** `sudo apt install build-essential`
3737

3838
## Docker
3939

0 commit comments

Comments
 (0)