From 71c180945b2eb2067403eb9248c0c080febac965 Mon Sep 17 00:00:00 2001 From: Michael Kuperfish Steinberg <36902556+Michael-K-Stein@users.noreply.github.com> Date: Sat, 21 Jan 2023 14:40:19 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1edd4a0..0c3ccfa 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ ## Quick Start Make sure you have python 3.8 or above. -> git clone https://github.com/Michael-K-Stein/SpotiFile.git -> cd SpotiFile +$ git clone https://github.com/Michael-K-Stein/SpotiFile.git +$ cd SpotiFile Now open config.py and setup your SP_KEY and SP_DC tokens ([see below](https://github.com/Michael-K-Stein/SpotiFile#sp_key--sp_dc-tokens)) -> python main.py +$ python main.py ---