Files
nuki_hub/Docker/README.md
2024-02-05 18:16:48 +01:00

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.