# Yocto This is a book about using Yocto to create custom distributions. ### Quick read You can read it by browsing the files (start with [SUMMARY.md](SUMMARY.md)) But you are advised to use Gitbook for your comfort. ### Gitbook 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/ ```