Skip to content

Commit

Permalink
Merge pull request #11 from Carifio24/setup-story-name
Browse files Browse the repository at this point in the history
Add missing setup script parameter in README
  • Loading branch information
Carifio24 authored Aug 8, 2024
2 parents 3651552 + d7e0493 commit a62e304
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 @@ git clone https://github.com/cosmicds/vue-ds-template.git <my-story-name>
* Next, you can run the setup script to do some basic renaming for you. You should give the story name in `kebab-case`. Where conventions dictate, the script will automatically rename using `PascalCase` and `camelCase`.
```
cd <my-story-name>
scripts/setup.sh
scripts/setup.sh <my-story-name>
```
If you get complaints that the script isn't executable, make it so by running `chmod +x scripts/setup.sh`.

Expand Down

0 comments on commit a62e304

Please sign in to comment.