Skip to content

TexZK/embedded-linux-labs-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)}');"