From 5a44783552b6b6b24c2d4847c8d8f1a174cc0e5a Mon Sep 17 00:00:00 2001 From: Kevin De Keyser Date: Thu, 27 Oct 2022 11:52:54 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f23cc..7b6417d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a slightly modified standard Flutter app with a [build.sh](./build.sh) bash script that generates [docset](https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/Documentation_Sets/010-Overview_of_Documentation_Sets/docset_overview.html#//apple_ref/doc/uid/TP40005266-CH13-SW6) documentation for the Flutter app. -You can copy over [build.sh](./build.sh) for your own Flutter project. +You can copy over [build.sh](./build.sh) for your own Flutter project in the root directory and the docset should end up in `doc/yourapp.docset`. Docset is used by [Dash](https://kapeli.com/dash) and [Zeal](https://zealdocs.org) among others.