Skip to content

Commit

Permalink
Update README.md with correct module template generation command
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaradarajan authored Jan 24, 2024
1 parent e88b0cc commit 2b9d958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ modules.
Run the following command to create a new git repository for your
module (you will be promted for the name) in the current directory:

`cargo generate --git https://github.com/viamrobotics/micro-rdk module-template`
`cargo generate --git https://github.com/viamrobotics/micro-rdk templates/module`

Answer the prompts (project name, target architecture, etc.), and then
implement your modular resources within the newly formed project. The
Expand Down

0 comments on commit 2b9d958

Please sign in to comment.