From baf13f98090e135f80cc9147229c3fa5af7945f0 Mon Sep 17 00:00:00 2001 From: mapaba79 Date: Thu, 18 Dec 2025 04:54:23 -0300 Subject: [PATCH] docs: add usage examples to Just section in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 472222ad6..054467a38 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,14 @@ The following BDK crates maintains a MSRV of 1.85.0. To build these crates with This project has a [`justfile`](/justfile) for easy command running. You must have [`just`](https://github.com/casey/just) installed. +After forking and cloning this project with `git clone https://github.com/YOUR_USER/bdk.git`, you should build it and run the tests, just makes this process easier. + +### Usage examples: + +To build the project, run: `just b` + +To run all tests, run: `just t` + To see a list of available recipes: `just` ## License