Add mdbook-course installation step to comprehensive-rust
This commit is contained in:
parent
df86573776
commit
1e67627241
1 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@ set -l container_name comprehensive-rust
|
|||
|
||||
mkdir -p ~/volumes/$container_name
|
||||
|
||||
cargo install --path ~/code/comprehensive-rust/mdbook-course
|
||||
mdbook build -d ~/volumes/$container_name ~/code/comprehensive-rust
|
||||
|
|
Loading…
Reference in a new issue