1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-04-25 12:13:19 +00:00

Fix: typos

This commit is contained in:
jcorporation 2018-08-23 16:24:20 +01:00
parent 53d9d1de9f
commit 409b77cfb7

View File

@ -63,7 +63,7 @@ Build Dependencies
Unix Build Instructions Unix Build Instructions
----------------------- -----------------------
1. Install dependencies: cmake, libmpdclient (dev) and OpenSSL (dev), java are available from all major distributions. 1. Install dependencies: cmake, libmpdclient (dev), OpenSSL (dev) and java are available from all major distributions.
2. Build and install: ```cd /path/to/src; ./mkrelease.sh```. 2. Build and install: ```cd /path/to/src; ./mkrelease.sh```.
3. Link your mpd music directory to ```/usr/share/mympd/htdocs/library``` and put ```folder.jpg``` files in your album directories (mkrelease.sh tries to do this for you). 3. Link your mpd music directory to ```/usr/share/mympd/htdocs/library``` and put ```folder.jpg``` files in your album directories (mkrelease.sh tries to do this for you).
4. Configure your mpd with http stream output to use the local player. 4. Configure your mpd with http stream output to use the local player.