Fix just book
This commit is contained in:
parent
dc85971315
commit
c5c14a3424
6
justfile
6
justfile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user