Skip to content

Commit

Permalink
Merge pull request #14 from svena33/patch-1
Browse files Browse the repository at this point in the history
Fix repository reference in `README.md`
  • Loading branch information
SergioGasquez authored Oct 16, 2024
2 parents e52cd03 + 636b892 commit efe2258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Template generation tool to create `no_std` applications targeting Espressif's l
To generate a proect using this template:
1. Install `esp-generate`:
```
cargo install esp-generate --git https://github.com/esp-rs/esp-template
cargo install esp-generate --git https://github.com/esp-rs/esp-generate.git
```
2. Generate a project. There are two options:
1. Using TUI:
Expand Down

0 comments on commit efe2258

Please sign in to comment.