assembly/README.md

22 lines
298 B
Markdown

# sinara-assembly
Repository with instructions and remarks on assembling and testing Sinara hardware
### Build docs
```shell
nix build
```
The output files are in `result/book` directory.
### Development shell
```shell
nix develop
mdbook build
```
The output files are in `book` directory.