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