Skip to content

Commit

Permalink
Add warning about extreme path length limit on Windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Timmmm committed Mar 13, 2024
1 parent 562ba85 commit 4a29513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/writing-your-own-application/generate-project/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a29513

Please sign in to comment.