This repository contains the "Alumet user book", a guide for the users for the users of the measurement tool: system administrators, researchers or engineers who want to measure things, etc.
The book is available online (via GitHub pages) here: https://alumet-dev.github.io/user-book/
The book is made with mdBook.
First, you need to install mdBook.
Then, run mdbook
.
Example:
cd user
mdbook serve --open
As explained in the mdBook documentation, serve --open
will build the book, start a local web server and open the book in your default web browser. Modifying the source of the book will automatically reload the web page.