# Yocto This is a book about using Yocto to create custom distributions. To launch a local web server to read the book, install [gitbook](https://github.com/GitbookIO/gitbook) ```bash # Install gitbook npm install gitbook-cli -g # Launch the server gitbook serve # Open the web browser to read this book xdg-open http://127.0.0.1:4000/ ```