assembly/README.md
Egor Savkin 7c0d5bd858 Init MDBook and Nix
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-02-03 16:55:09 +08:00

20 lines
291 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