diff --git a/README.md b/README.md index f572fdf..14317a3 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,18 @@ optional arguments:

+ +## Configure +You can configure `kunst` through environment variables. + +```bash +# The size of the album art to be displayed +export KUNST_SIZE="250x250" + +# Where your music is located +export KUNST_MUSIC_DIR="/home/username/Music/" +``` + ## License MIT License