From 9f995f06ac4168d80fdda8fa5675880c688601ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Sun, 26 Jun 2022 14:51:25 +0100 Subject: [PATCH] update Readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 261cc5e..1e53620 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ## About Generate consistent code fast. -Discover, publish, and install reusable templates called wyatt bricks to supercharge your workflow. +Use reusable templates called wyatt bricks to supercharge your workflow. --- ## Quick Start @@ -50,12 +50,15 @@ Discover, publish, and install reusable templates called wyatt bricks to superch # 🎯 Activate from https://pub.dev dart pub global activate mason_cli -# 🚀 Initialize mason +# 🚀 Initialize mason if neede mason init -# 🧱 Use your first brick -mason make hello ``` +## Use + +Please add your bricks in `./bricks`. +Please specify the prerequisites necessary to use the brick (The code must be able to compile directly after its integration.) +