11 lines
264 B
Markdown
11 lines
264 B
Markdown
# Build with Docker
|
|
|
|
You can build this project using Docker. Just run the following commands in the console:
|
|
|
|
```console
|
|
cd Docker
|
|
./build_with_docker.sh
|
|
```
|
|
|
|
once the script is complete you will find the nuki_nub binary in the `nuki_hub/build/release` folder.
|