docs(README): Add recurse flag to Copy-Item

Previously the theme folders would be copied, but the contents wouldn't. This adds the -Recurse flag so that the files inside the theme folders also get copied to the new location.
This commit is contained in:
Ay355 2021-08-14 18:02:36 -07:00 committed by GitHub
parent 105807fe92
commit 080eae524c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ You can add your own theme simply by opening a Pull Request (more info in [CONTR
```powershell
cd spicetify-themes
cp * "$(spicetify -c | Split-Path)\Themes\"
cp * "$(spicetify -c | Split-Path)\Themes\" -Recurse
```
3. Choose which theme to apply just by running: