doc/user.rst: use "apt" instead of the old "apt-get"
This commit is contained in:
parent
06ca08ce55
commit
482c18982e
@ -14,12 +14,11 @@ Installation
|
|||||||
Installing on Debian/Ubuntu
|
Installing on Debian/Ubuntu
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Install the package :program:`MPD` via :program:`APT`:
|
Install the package :file:`mpd` via :program:`apt`:
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: none
|
.. 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...
|
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
|
.. code-block:: none
|
||||||
|
|
||||||
apt-get install g++ \
|
apt install g++ \
|
||||||
libmad0-dev libmpg123-dev libid3tag0-dev \
|
libmad0-dev libmpg123-dev libid3tag0-dev \
|
||||||
libflac-dev libvorbis-dev libopus-dev \
|
libflac-dev libvorbis-dev libopus-dev \
|
||||||
libadplug-dev libaudiofile-dev libsndfile1-dev libfaad-dev \
|
libadplug-dev libaudiofile-dev libsndfile1-dev libfaad-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user