mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
6 lines
155 B
Bash
6 lines
155 B
Bash
|
cargo install mdbook \
|
||
|
--git https://github.com/Nutomic/mdBook.git \
|
||
|
--branch localization \
|
||
|
--rev 0982a82
|
||
|
mdbook build lemmy-docs -d ../static/docs
|