docs(Bloom): update README.md (#740)

docs(Bloom): update README.md
fix- wrong powershell and bash commands on README.md
add- special thanks
fix- wrong shell command for applying theme 
change- clarified issues which may occur and the solution
This commit is contained in:
Nimsandu Kottage 2022-04-26 06:36:28 +05:30 committed by GitHub
parent bfe6478f94
commit 65443477b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,15 +24,19 @@
### Windows (PowerShell)
```powershell
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/nimsandu/Fluent-Spotify/install.ps1" | Invoke-Expression
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.ps1" | Invoke-Expression
```
### Linux/macOS (Bash)
```bash
curl -fsSL https://raw.githubusercontent.com/nimsandu/Fluent-Spotify/install.sh | sh
curl -fsSL https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.sh | sh
```
### Important
if you install theme using above command you dont need to do anything else to apply the theme
### OR DOWNLOAD Release script (powershell or shell) and run on your machine
@ -42,6 +46,25 @@ You may alternatively install spicetify-fluent from within the Spicetify Marketp
Simply install the [spicetify-marketplace](https://github.com/spicetify/spicetify-marketplace) by following it's
installation instructions and look for and install the theme from within the Marketplace Button.
### Important
if you are experiencing bugs after installing theme via marketplace then
proceed following steps
1-reset the marketplace by clicking the settings icon on marketplace>scroll all the way down>click [reset marketplace]
2run following commands on appropriate shell
<
# Windows (PowerShell)
```powershell
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.ps1" | Invoke-Expression
```
# Linux/macOS (Bash)
```bash
curl -fsSL https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/install.sh | sh
```
>
### Important
For the sidebar playlists to show properly, ensure that these two lines are added in the Patch section of your `config-xpui.ini` file:
@ -57,7 +80,7 @@ xpui.js_repl_8008 = ,${1}56,
apply the theme using these commands
```
spicetify current_theme Bloom
spicetify config current_theme Bloom
spicetify config color_scheme dark
spicetify apply
```
@ -70,6 +93,7 @@ spicetify apply
## Credits
special thanks and the concept belongs to williamckha
another thanx for @dilith the milkgod
customized the theme by williamckha (https://github.com/williamckha/spicetify-fluent)
Based off [Ziro](https://github.com/schnensch0/ziro) theme by [schnensch](https://github.com/schnensch0)
[Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) by Microsoft Corporation