doc/user.rst: use "apt" instead of the old "apt-get"

This commit is contained in:
Max Kellermann 2018-10-31 15:17:22 +01:00
parent 06ca08ce55
commit 482c18982e
1 changed files with 3 additions and 4 deletions

View File

@ -14,12 +14,11 @@ Installation
Installing on Debian/Ubuntu
---------------------------
Install the package :program:`MPD` via :program:`APT`:
Install the package :file:`mpd` via :program:`apt`:
.. code-block:: none
apt-get install mpd
apt install mpd
When installed this way, :program:`MPD` by default looks for music in :file:`/var/lib/mpd/music/`; this may not be correct. Look at your :file:`/etc/mpd.conf` file...
@ -58,7 +57,7 @@ For example, the following installs a fairly complete list of build dependencies
.. code-block:: none
apt-get install g++ \
apt install g++ \
libmad0-dev libmpg123-dev libid3tag0-dev \
libflac-dev libvorbis-dev libopus-dev \
libadplug-dev libaudiofile-dev libsndfile1-dev libfaad-dev \