commit | 53b1a37bbc6c70cbfd92d9dda0309e8142a19104 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Jan 11 15:20:06 2022 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Jan 11 15:20:06 2022 -0800 |
tree | bc4e66901bce78bd7debc62d2d72ccfe8a16e124 | |
parent | 536a22b8468e042386af7084407b9a9a6fd7cc90 [diff] |
Updating documentation with latest available configs Change-Id: If36785ada258580756c9cda924278b205387a531
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.