Skip to content

Commit d7e0493

Browse files
authored
Add missing setup script parameter
1 parent 3651552 commit d7e0493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git clone https://github.com/cosmicds/vue-ds-template.git <my-story-name>
1313
* 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`.
1414
```
1515
cd <my-story-name>
16-
scripts/setup.sh
16+
scripts/setup.sh <my-story-name>
1717
```
1818
If you get complaints that the script isn't executable, make it so by running `chmod +x scripts/setup.sh`.
1919

0 commit comments

Comments
 (0)