update Readme

This commit is contained in:
Malo Léon 2022-06-26 14:51:25 +01:00
parent edf7068993
commit 9f995f06ac

View File

@ -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.)