assembly/README.md

22 lines
298 B
Markdown
Raw Normal View History

2023-02-03 16:13:18 +08:00
# 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.