Przeglądaj źródła

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.
Marcel Stör 8 lat temu
rodzic
commit
da5834e2cf
1 zmienionych plików z 4 dodań i 6 usunięć
  1. 4 6
      README.md

+ 4 - 6
README.md

@@ -209,17 +209,15 @@ There are several options for building the NodeMCU firmware.
 
 ## 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
 
-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
-image with your checked-out NodeMCU firmware repository (this one). The docker
-image can also flash the firmware to your device.
+This Docker image includes the build toolchain and SDK. You just run the Docker image with your checked-out NodeMCU firmware repository (this one).
 
 You will need to see BUILD OPTIONS below, to configure the firmware before building.