Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 470 Bytes

IRIS Root website

The documentation is built with MkDocs Materials.

Installation

To install an environment in which you can build the doc, follow the steps below.

pip3 install mkdocs-material 
mkdocs-git-revision-date-plugin
git clone [email protected]:dfir-iris/dfir-iris.org.git
cd dfir-iris.org/

# To preview the changes while writing 
mkdocs serve 

# To build 
mkdocs build