Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 518 Bytes

Embedded Linux System Development

This is a collection of tutorials to be compiled with Material for MkDocs, an extension of MkDocs.

Requirements

A basic installation of Material for MkDocs within a generic Python environment is enough:

$ python -m pip install -r requirements.txt
$ python -m mkdocs build
$ python -c "p='./site/index.html'; import os, webbrowser; webbrowser.open(f'file://{os.path.realpath(p)}');"