From d10fb0ab9c23989c6b9cc9af10a512106411bf2f Mon Sep 17 00:00:00 2001 From: Ti-03 Date: Wed, 22 Jul 2026 00:02:26 +0300 Subject: [PATCH] docs: link the download/install path from the guide Stranger-read finding: both the guide home and the tutorial's 'Before you start' told readers they need MacDirStat installed but never linked to where to get it. A reader landing on /guide/ directly had no path to the download. Link the project page from both places. --- guide/index.md | 5 +++++ guide/tutorial/first-scan.md | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/guide/index.md b/guide/index.md index d384af5..752875a 100644 --- a/guide/index.md +++ b/guide/index.md @@ -9,6 +9,11 @@ what a specific API does. You do not need any Swift experience to follow the tutorial or how-to guide; the reference section assumes you are reading the Swift source. +Not installed yet? [Download MacDirStat](https://ti-03.github.io/MacDirStat/) +from the project page, or build it from source by cloning the +[repository](https://github.com/Ti-03/MacDirStat) and opening +`MacDirStat.xcodeproj` in Xcode. + - New to MacDirStat? Start with the [tutorial](tutorial/first-scan.md). - Trying to make sense of the colors in the chart? Read [How to read the treemap](how-to/read-the-treemap.md). diff --git a/guide/tutorial/first-scan.md b/guide/tutorial/first-scan.md index 2b342f4..9036e21 100644 --- a/guide/tutorial/first-scan.md +++ b/guide/tutorial/first-scan.md @@ -6,7 +6,9 @@ you will have scanned a real folder and seen its contents as a treemap. ## Before you start You need MacDirStat installed and a folder you are curious about, for -example your Downloads folder. +example your Downloads folder. If you have not installed it yet, +[download MacDirStat](https://ti-03.github.io/MacDirStat/) from the project +page first. ## 1. Open MacDirStat