From c5c14a3424f13b6424ef97817158ffb80ff8fdbc Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Wed, 19 Mar 2025 13:39:49 +0000 Subject: [PATCH] Fix just book --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index 8c06780..ea43e42 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ alias r := run alias t := test -alias b := build +alias b := book run: cd rte; cargo run @@ -8,8 +8,8 @@ run: test: cargo test -build: - mdbook build +book: + cd book; mdbook serve install_book_toolchain: cargo install mdbook --locked --version 0.4.47