diff --git a/README.md b/README.md index 22e27d0..1bfcd57 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,9 @@ $ down_on_spot.exe Usage: down_on_spot.exe (search_term | track_url | album_url | playlist_url | artist_url) ``` - -On Mac OS, the `settings.json` file is created globally for the logged in user and is located in `~/.config/down_on_spot/settings.json`. +> [!NOTE] +> On Mac OS, the `settings.json` file is created globally for the logged in user and is located in `~/.config/down_on_spot/settings.json`. +> On Windows, the `settings.json` file is located at `C:\Users\\AppData\Roaming\down_on_spot\settings.json`. Apart from your Spotify username and password, you will need to login in to the Spotify developer dashboard and [create a new private application](https://developer.spotify.com/dashboard/applications). Fill in the `client_id` and `client_secret` in your `settings.json` from your newly created app. All the other settings should be self-explanatory, conversion from Ogg to MP3 is disabled by default.