esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
404 stars 49 forks source link

Pointing to right githib repo in README.md #8

Closed mikkeldamsgaard closed 2 years ago

mikkeldamsgaard commented 2 years ago

Currently the example to run the generate is pointing to the ivmarkov repo. cargo generate --vcs none --git https://github.com/ivmarkov/esp-idf-template cargo

It would be a good idea to change that tho cargo generate --vcs none --git https://github.com/ivmarkov/esp-idf-template cargo

ivmarkov commented 2 years ago

Thanks for spotting that. Old repo still works (redirects to the new one), yet indeed a good idea to fix.

Fixed as part of https://github.com/esp-rs/esp-idf-template/commit/ead106c079a5d456628e7efd290b427ac2f3c8e1.