From 7b45ad6e9ea01db58221712a18a28ae96d430486 Mon Sep 17 00:00:00 2001 From: FoxxMD Date: Mon, 16 Nov 2020 11:31:48 -0500 Subject: [PATCH] More cleanup on readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3f801e08..3eb4a06e 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,12 @@ Clone this repository somewhere and then install from the working directory npm install ``` -### Docker - -[Dockerhub link](https://hub.docker.com/repository/docker/foxxmd/spotify-scrobbler) +### [Dockerhub](https://hub.docker.com/repository/docker/foxxmd/spotify-scrobbler) ``` foxxmd/spotify-scrobbler:latest ``` -The `CONFIG_DIR` and `LOG_DIR` environmental variables are also configurable as docker env variables in order to specify the path to mount to in the container. - ## Setup App and Spotify All configuration is done through json files or environment variables. Reference the [examples in the config folder](https://github.com/FoxxMD/spotify-scrobbler/tree/master/config) more detailed explanations and structure.