add docker build script
This commit is contained in:
10
Docker/README.md
Normal file
10
Docker/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user