Fix just book

This commit is contained in:
illegitimate-egg 2025-03-19 13:39:49 +00:00
parent dc85971315
commit c5c14a3424

View File

@ -1,6 +1,6 @@
alias r := run alias r := run
alias t := test alias t := test
alias b := build alias b := book
run: run:
cd rte; cargo run cd rte; cargo run
@ -8,8 +8,8 @@ run:
test: test:
cargo test cargo test
build: book:
mdbook build cd book; mdbook serve
install_book_toolchain: install_book_toolchain:
cargo install mdbook --locked --version 0.4.47 cargo install mdbook --locked --version 0.4.47