Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from ThermScissorpunch/patch-1
Browse files Browse the repository at this point in the history
Add correct recursive flag
  • Loading branch information
Tomasz Kostuch authored Jun 16, 2020
2 parents b321141 + 34638aa commit 63db93c
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 @@ -64,7 +64,7 @@ To be able to use new Default theme in your Vue Storefront installation, you nee
After `git submodule add -b master git@github.com:DivanteLtd/vsf-default.git src/themes/default` you see message:
`'src/themes/default' already exists in the index`

That is shown because directory already exist or if you removed it then you need to remove it from git index `git rm --cached src/themes/default`
That is shown because directory already exist or if you removed it then you need to remove it from git index `git rm -r --cached src/themes/default`

## The screenshots

Expand Down

0 comments on commit 63db93c

Please sign in to comment.