Added an installation section to README.md
This commit is contained in:
13
README.md
13
README.md
@ -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.
|
||||
|
Reference in New Issue
Block a user