grblHAL / ESP32

grblHAL driver for ESP32
Other
73 stars 42 forks source link

Build instructions in Readme incorrect? #24

Open marshr32 opened 2 years ago

marshr32 commented 2 years ago

I think where it says:

Then get the grblHAL driver code: git clone --recursive git://github.com/grblHAL/ESP32

It should be:

git clone --recursive https://github.com/grblHAL/ESP32.git

per the link in the code dropdown?

terjeio commented 2 years ago

Thanks for spotting this, will fix in the next commit.