docs: 📝 Add git requirement for windows

This commit is contained in:
Sergio Gasquez 2022-10-19 16:29:55 +02:00
parent e02471b37a
commit c80e566e33

View File

@ -17,7 +17,8 @@ developing applications in Rust for Espressif SoC's.
### Windows
- Python must be installed and the version should be between `3.6` and `3.10`.
- [Python](https://www.python.org/downloads/). Version should be between `3.6` and `3.10`.
- [git](https://git-scm.com/download/win)
- Toolchain. Select one of the following:
- [Windows x86_64 GNU](https://github.com/esp-rs/rust-build#windows-x86_64-gnu)
- [Windows x86_64 MSVC](https://github.com/esp-rs/rust-build#windows-x86_64-msvc)