docs: Simplify Arch install docs
This commit is contained in:
parent
152c8aa9c5
commit
c0bfb5dfd3
@ -71,25 +71,22 @@ it out.
|
|||||||
Arch Linux: Install from AUR
|
Arch Linux: Install from AUR
|
||||||
============================
|
============================
|
||||||
|
|
||||||
If you are running Arch Linux, you can install the latest release of Mopidy
|
If you are running Arch Linux, you can install Mopidy
|
||||||
using the `mopidy-git <https://aur.archlinux.org/packages/mopidy-git/>`_
|
using the `mopidy <https://aur.archlinux.org/packages/mopidy/>`_
|
||||||
package found in AUR. The package installs from the ``master`` branch of the
|
package found in AUR.
|
||||||
Mopidy Git repo, which always corresponds to the latest release.
|
|
||||||
|
|
||||||
#. To install Mopidy with GStreamer, libspotify and pyspotify, you can use
|
#. To install Mopidy with all dependencies, you can use
|
||||||
``packer``, ``yaourt``, or do it by hand like this::
|
for example `yaourt <https://wiki.archlinux.org/index.php/yaourt>`_::
|
||||||
|
|
||||||
wget http://aur.archlinux.org/packages/mopidy-git/mopidy-git.tar.gz
|
yaourt -S mopidy
|
||||||
tar xf mopidy-git.tar.gz
|
|
||||||
cd mopidy-git/
|
|
||||||
makepkg -si
|
|
||||||
|
|
||||||
To upgrade Mopidy to future releases, just rerun ``makepkg``.
|
To upgrade Mopidy to future releases, just upgrade your system using::
|
||||||
|
|
||||||
#. Optional: If you want to scrobble your played tracks to Last.fm, you need to
|
yaourt -Syu
|
||||||
install `python2-pylast`::
|
|
||||||
|
|
||||||
sudo pacman -S python2-pylast
|
#. Optional: If you want to use any Mopidy extensions, like Spotify support or
|
||||||
|
Last.fm scrobbling, AUR also got `packages for several Mopidy extensions
|
||||||
|
<https://aur.archlinux.org/packages/?K=mopidy>`_.
|
||||||
|
|
||||||
#. Finally, you need to set a couple of :doc:`config values </config>`, and
|
#. Finally, you need to set a couple of :doc:`config values </config>`, and
|
||||||
then you're ready to :doc:`run Mopidy </running>`.
|
then you're ready to :doc:`run Mopidy </running>`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user