forked from sinara-hw/assembly
20 lines
291 B
Markdown
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 |