From 5a24a825943db4279ba84b334f163d212f7fcb7b Mon Sep 17 00:00:00 2001 From: shinriyo Date: Sat, 5 Apr 2025 17:16:54 +0900 Subject: [PATCH] Update README.md Add description for Mason --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 33fbd58..2aa0167 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,15 @@ Run this command to setup derry dart pub global activate derry ``` Most of the scripts we will use are abstracted away by derry. If you want to know more about the scirpts, read the [scripts documentation](scripts/README.md). + +#### Mason + +``` +mason add destination \ + --git-url https://github.com/wednesday-solutions/flutter_template \ + --git-path bricks/destination +``` + #### Get Dependencies ```shell flutter pub get