mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
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:
parent
105807fe92
commit
080eae524c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user