Skip to content

Commit 6ddb5b7

Browse files
authored
Merge pull request #4699 from hesselberg/patch-1
Use yarn global instead of yarn add for installing CLI tool global
2 parents d366189 + c440d7d commit 6ddb5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/cookbook/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You will see 4 containers are running, which is :
137137

138138
4. Now that backend part is done, let's work on frontend part, install `@vue-storefront/cli`
139139
```bash
140-
yarn add global @vue-storefront/cli
140+
yarn global add @vue-storefront/cli
141141
```
142142

143143
5. Run the `init` command in a directory where you want to install _Vue Storefront_ as follows :

0 commit comments

Comments
 (0)