mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-09 13:58:05 -05:00
Explicitly mention adding env variables to ~/.bashrc
This commit is contained in:
@@ -85,8 +85,9 @@ and log in with your Spotify account credentials.
|
||||
1. Set the following environment variables from the credentials you generated.
|
||||
|
||||
```bash
|
||||
$ export SPOTIFY_ID= # client id
|
||||
$ export SPOTIFY_SECRET= # client secret
|
||||
# Add this to ~/.bashrc (or your $SHELL equivalent)
|
||||
export SPOTIFY_ID= # client id
|
||||
export SPOTIFY_SECRET= # client secret
|
||||
```
|
||||
|
||||
2. After this you can just run `gspt`. And follow the link that it generates, and Login.
|
||||
|
||||
Reference in New Issue
Block a user