From ae5ebc5f5d22868d6b04345cc9044a561491cd34 Mon Sep 17 00:00:00 2001 From: enderversing Date: Tue, 14 Apr 2026 20:55:06 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc34adf..6e6d8c3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,13 @@ You'll need to install the Rust toolchain to work on this project. Most users wi ### Build commands -This project uses [just](https://github.com/casey/just) as a command runner. Run `just` to see available commands. +This project uses [just](https://github.com/casey/just) as a command runner: + +```bash +cargo install just +``` + +Run `just` to see available commands. ## Building for web