docs: Update to Archlinux instructions

(cherry picked from commit bbfa722af3)
This commit is contained in:
Alexandre Petitjean 2015-04-08 23:19:36 +02:00 committed by Stein Magnus Jodal
parent 85f11baa41
commit c4fc33e5ea
3 changed files with 11 additions and 12 deletions

View File

@ -1,20 +1,19 @@
.. _arch-install:
****************************
Arch Linux: Install from AUR
****************************
**********************************
Arch Linux: Install from community
**********************************
If you are running Arch Linux, you can install Mopidy using the
`mopidy <https://aur.archlinux.org/packages/mopidy/>`_ package found in AUR.
`mopidy <https://www.archlinux.org/packages/community/any/mopidy/>`_ package found in ``community``.
#. To install Mopidy with all dependencies, you can use
for example `yaourt <https://wiki.archlinux.org/index.php/yaourt>`_::
#. To install Mopidy with all dependencies, you can use::
yaourt -S mopidy
pacman -S mopidy
To upgrade Mopidy to future releases, just upgrade your system using::
yaourt -Syua
pacman -Syu
#. Finally, you need to set a couple of :doc:`config values </config>`, and
then you're ready to :doc:`run Mopidy </running>`.
@ -24,7 +23,7 @@ Installing extensions
=====================
If you want to use any Mopidy extensions, like Spotify support or Last.fm
scrobbling, AUR also has `packages for lots of Mopidy extensions
scrobbling, AUR has `packages for lots of Mopidy extensions
<https://aur.archlinux.org/packages/?K=mopidy>`_.
You can also install any Mopidy extension directly from PyPI with ``pip``. To

View File

@ -5,7 +5,7 @@ Install from source
*******************
If you are on Linux, but can't install :ref:`from the APT archive
<debian-install>` or :ref:`from AUR <arch-install>`, you can install Mopidy
<debian-install>` or :ref:`from the Arch Linux repository <arch-install>`, you can install Mopidy
from PyPI using the ``pip`` installer.
If you are looking to contribute or wish to install from source using ``git``

View File

@ -33,8 +33,8 @@ Init scripts
<https://github.com/mopidy/mopidy/blob/debian/debian/mopidy.init>`_. For
more details, see the :ref:`debian` section of the docs.
- The ``mopidy`` package in `Arch Linux AUR
<https://aur.archlinux.org/packages/mopidy>`__ comes with a systemd init
- The ``mopidy`` package in `Arch Linux
<https://www.archlinux.org/packages/community/any/mopidy/>`__ comes with a systemd init
script.
- A blog post by Benjamin Guillet explains how to `Daemonize Mopidy and Launch