# Using mdbook.ignore file to ignore some files or directories ```zsh # cd current directory,then run the command below cargo run -- -d src -o src/SUMMARY.md # open the browser and visit http://localhost:3000 mdbook serve ```