Skip to content

Commit

Permalink
Improve release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Mar 27, 2022
1 parent c7eac05 commit 2768ebb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pkg/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MusicPlayerPlus version 1.0.0 release 1
# MusicPlayerPlus version 1.0.0 release 1

## Installation
Install the package on Debian based systems by executing the command
```bash
sudo apt install ./MusicPlayerPlus_1.0.0-1.amd64.deb
Expand All @@ -10,6 +11,16 @@ Install the package on RPM based systems by executing the command
sudo yum localinstall ./MusicPlayerPlus-1.0.0-1.x86_64.rpm
```

## Configuration
Edit `/etc/mpd.conf` and set the `music_directory`.

Execute the `mpcinit` command.

Execute the `mpcplus` command and type `u` to initiate a database update.

See the [MusicPlayerPlus README](https://github.com/doctorfree/MusicPlayerPlus#readme) for additional configuration info.

## Removal
Removal of the package on Debian based systems can be accomplished by issuing the command:

```bash
Expand Down

0 comments on commit 2768ebb

Please sign in to comment.