commit | ff9d859daed8e9255f70aa2dc0879f72a815e5fa | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 05 10:02:40 2020 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 05 10:02:40 2020 -0800 |
tree | 8cb0047034abb78f3943c8ed2b4b11bdcc38aa1b | |
parent | 86552f92afa74b76d4c5a6f0a463d66a52e38f82 [diff] |
Building the config in the container to avoid cli errors Change-Id: Iabf71a78e615aede0ce978199170cdd6020867c3
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.