From 482c18982e5b3c478c04a882344b158696c068ce Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 31 Oct 2018 15:17:22 +0100 Subject: [PATCH] doc/user.rst: use "apt" instead of the old "apt-get" --- doc/user.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/user.rst b/doc/user.rst index 6d59ab60f..8af620410 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -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 \