1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Instruction for this book ## build ```shell cd book # if you are not in this folder mdbook build --open ``` ## serve localhost server ```shell cd book # if you are not in this folder mdbook serve --open ```