Added an installation section to README.md

This commit is contained in:
Tristan Ferrua
2021-01-31 00:17:50 +00:00
parent 97c3bb3a37
commit edf5055838

View File

@ -4,6 +4,19 @@ A curses based mpd client with basic functionality and album art written for the
After installation, the player can be opened from Kitty with `miniplayer`.
## Installation
This package can be installed by:
1. Cloning this repository to your computer and running
```
python setup.py install
```
2. Through PyPi with
```
pip install miniplayer
```
3. By installing the `miniplayer-git` package with your AUR package manager of choice.
## Configuration
The config file is located at `~/.config/miniplayer/config`. The example configuration file, `config.example`, has all the default values.