Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 3 additions & 1 deletion guide/tutorial/first-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading