100-exercises-to-learn-rust icon indicating copy to clipboard operation
100-exercises-to-learn-rust copied to clipboard

How to run the gitbook locally like the rust book?

Open keshav-c opened this issue 1 year ago • 2 comments
trafficstars

Hi, First off thank you so much for this book. I was thinking, now that I have cloned this repository, is there any way to serve this git book locally? Like for example how you can open the rust book using rustup doc --book.

keshav-c avatar May 26 '24 14:05 keshav-c

I don't know if there is an easy way to build a local version but you can print it to PDF using the button in the top right image

c-git avatar May 26 '24 15:05 c-git

Are you probably looking for mdbook?

Ex. $mdbook serve book/

gumikola avatar May 27 '24 13:05 gumikola

@gumikola That is exactly what I was looking for. Thank you.

keshav-c avatar May 28 '24 05:05 keshav-c