yocto-public/README.md

22 lines
502 B
Markdown
Raw Permalink Normal View History

2015-07-21 12:22:25 +00:00
# Yocto
This is a book about using Yocto to create custom distributions.
2015-09-14 12:33:24 +00:00
### 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
2015-07-21 12:22:25 +00:00
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/
```