We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b881a commit 3876556Copy full SHA for 3876556
README.md
@@ -108,6 +108,12 @@ Type "pico" in the search box and select "Add":
108

109
110
# Installing via GIT
111
+
112
+**Windows Users:** Before installing via `git` on Windows, please read and follow the directions in
113
+[this link](https://arduino-pico.readthedocs.io/en/latest/platformio.html#important-steps-for-windows-users-before-installing).
114
+If Win32 long paths are not enabled, and `git` not configured to use them then there
115
+may be errors when attempting to clone the submodules.
116
117
To install via GIT (for latest and greatest versions):
118
````
119
mkdir -p ~/Arduino/hardware/pico
0 commit comments