From 378afc40a81c9381d8c48a232b3852d356efbfaa Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Sat, 30 Mar 2019 23:10:54 +0100 Subject: [PATCH] login process is now done interactively manual config editing is not required anymore --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index d6418c7..3623a31 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ future. Contributions welcome, but please be kind ;) ## Usage -* Set your login credentials (see configuration) * Build using `cargo build --release` * The initial screen is the debug log. Press `F1` for the queue and `F2` to search for a track. More key bindings are described below. @@ -70,18 +69,7 @@ the search view. ## Configuration -For now, a configuration file containing Spotify login data needs to be created -manually, until a login-screen is implemented -(https://github.com/hrkfdn/ncspot/issues/1). - -The file needs to look like this: - -``` -username = "spotify_user" -password = "spotify_password" -``` - -Please save it to `~/.config/ncspot/config.toml`. +Configuration is saved to `~/.config/ncspot/config.toml`. ### Theming