marcelstoer / docker-nodemcu-build

Docker image to build NodeMCU firmware for the ESP8266 on your machine
https://hub.docker.com/r/marcelstoer/nodemcu-build/
MIT License
128 stars 63 forks source link

Update README.md #80

Closed kadzsol closed 4 years ago

kadzsol commented 4 years ago

On Windows 10. I had an issue with the command:

docker run --rm -it -v //c/Users//:/opt/nodemcu-firmware marcelstoer/nodemcu-build build

The correct syntax seems to be:

docker run --rm -it -v c:/Users//:/opt/nodemcu-firmware marcelstoer/nodemcu-build build