diff --git a/lib/bindings/bindings-flutter/README.md b/lib/bindings/bindings-flutter/README.md index 63c77a2..550d903 100644 --- a/lib/bindings/bindings-flutter/README.md +++ b/lib/bindings/bindings-flutter/README.md @@ -2,17 +2,13 @@ Binding generation & build scripts for Dart/Flutter packages of Breez Liquid SDK. -Prerequisites: -- [just](https://github.com/casey/just) command runner. -- [Melos](https://github.com/invertase/melos) CLI tool. +## Prerequisites +- [just](https://github.com/casey/just?tab=readme-ov-file#installation) command runner. -``` -just clean -just init -just gen -just build -just link -``` +## Getting Started +Run `just bootstrap` to initialize your workspace. + +To see all available recipes, run `just`. ## License diff --git a/lib/bindings/bindings-flutter/justfile b/lib/bindings/bindings-flutter/justfile index 486ca87..0dc3b70 100644 --- a/lib/bindings/bindings-flutter/justfile +++ b/lib/bindings/bindings-flutter/justfile @@ -75,6 +75,7 @@ link: # (melos) use instead of flutter pub get init *args: + dart pub global activate melos melos bootstrap {{args}} # (melos) Generate docs for packages in workspace