Skip to content

Commit

Permalink
docs: mention older version of tmplr
Browse files Browse the repository at this point in the history
  • Loading branch information
adamviktora committed Sep 12, 2024
1 parent d812550 commit 3c61224
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 @@ -5,7 +5,7 @@ To create an extension:
1. create an **empty** repo for your new extension
1. clone that repo to your local machine
1. `cd` into the directory created by cloning
1. run `npx tmplr patternfly/patternfly-extension-seed`
1. run `npx tmplr@0.3.2 patternfly/patternfly-extension-seed`
1. enter your information when prompted
- npm scope should start with an @ symbol, i.e. `@patternfly`
- extension name should be in sentence case but without any punctuation, i.e. `Patternfly extension seed`
Expand Down

0 comments on commit 3c61224

Please sign in to comment.