2023-02-03 16:13:18 +08:00
|
|
|
# sinara-assembly
|
|
|
|
|
2023-02-03 16:55:09 +08:00
|
|
|
Repository with instructions and remarks on assembling and testing Sinara hardware
|
|
|
|
|
2023-02-06 15:38:48 +08:00
|
|
|
### Build docs
|
2023-02-03 16:55:09 +08:00
|
|
|
|
|
|
|
```shell
|
|
|
|
nix build
|
|
|
|
```
|
|
|
|
|
|
|
|
The output files are in `result/book` directory.
|
|
|
|
|
2023-02-06 15:38:48 +08:00
|
|
|
### Development shell
|
2023-02-03 16:55:09 +08:00
|
|
|
|
|
|
|
```shell
|
|
|
|
nix develop
|
|
|
|
mdbook build
|
|
|
|
```
|
|
|
|
|
2023-02-06 15:38:48 +08:00
|
|
|
The output files are in `book` directory.
|
|
|
|
|