yocto-public/README.md

16 lines
344 B
Markdown
Raw Normal View History

2015-07-21 12:22:25 +00:00
# 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/
```