Commit da5834e2 authored by Marcel Stör's avatar Marcel Stör
Browse files

Add a few small corrections and new Docker link

I a discussion with @nickandrew (original author of updated sections) he agreed that we should rather link to *my* Docker image because it has fewer issues then the one currently referenced. The one we identified will soon be addressed.
parent 6d82f8da
...@@ -209,17 +209,15 @@ There are several options for building the NodeMCU firmware. ...@@ -209,17 +209,15 @@ There are several options for building the NodeMCU firmware.
## Online firmware custom build ## Online firmware custom build
Please try Marcel's [NodeMCU custom builds](http://frightanic.com/nodemcu-custom-build) cloud service and you can choose only the modules you need, and download the firmware once built. Please try Marcel's [NodeMCU custom build](http://nodemcu-build.com) cloud service and you can choose only the modules you need, and download the firmware once built.
NodeMCU custom builds can build from the master branch and dev branch (with the latest fixes). NodeMCU custom builds can build from all active branches (with the latest fixes).
## Docker containerised build ## Docker containerised build
See https://hub.docker.com/r/asmaps/nodemcu-builder/ See [https://hub.docker.com/r/marcelstoer/nodemcu-build/](https://hub.docker.com/r/marcelstoer/nodemcu-build/)
This docker image includes the build toolchain and SDK. You just run the docker This Docker image includes the build toolchain and SDK. You just run the Docker image with your checked-out NodeMCU firmware repository (this one).
image with your checked-out NodeMCU firmware repository (this one). The docker
image can also flash the firmware to your device.
You will need to see BUILD OPTIONS below, to configure the firmware before building. You will need to see BUILD OPTIONS below, to configure the firmware before building.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment