From 4a295139212568c66b0bd25ae74360ccf2b1c36e Mon Sep 17 00:00:00 2001 From: Tim Hutt Date: Wed, 13 Mar 2024 20:50:48 +0000 Subject: [PATCH] Add warning about extreme path length limit on Windows This is a very surprising gotcha and kind of a pain to have to regenerate & recompile your project if you didn't know about it. Which you definitely didn't. --- src/writing-your-own-application/generate-project/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/writing-your-own-application/generate-project/index.md b/src/writing-your-own-application/generate-project/index.md index 326d815..cb1c417 100644 --- a/src/writing-your-own-application/generate-project/index.md +++ b/src/writing-your-own-application/generate-project/index.md @@ -11,6 +11,7 @@ Both templates are based on [`cargo-generate`][cargo-generate], a tool that allo cargo install cargo-generate ``` 2. Generate a project based on one of the templates: + > 🚨 **Warning**: On Windows the complete path to your project must be no more than 10 characters. - `esp-template`: ```shell cargo generate esp-rs/esp-template