docs: Update to Archlinux instructions

This commit is contained in:
Alexandre Petitjean 2015-04-08 23:19:36 +02:00 committed by Stein Magnus Jodal
parent 0bb6dc70d6
commit bbfa722af3
3 changed files with 11 additions and 12 deletions

View File

@ -1,20 +1,19 @@
.. _arch-install: .. _arch-install:
**************************** **********************************
Arch Linux: Install from AUR Arch Linux: Install from community
**************************** **********************************
If you are running Arch Linux, you can install Mopidy using the 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 #. To install Mopidy with all dependencies, you can use::
for example `yaourt <https://wiki.archlinux.org/index.php/yaourt>`_::
yaourt -S mopidy pacman -S mopidy
To upgrade Mopidy to future releases, just upgrade your system using:: 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 #. 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>`.
@ -24,7 +23,7 @@ Installing extensions
===================== =====================
If you want to use any Mopidy extensions, like Spotify support or Last.fm 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>`_. <https://aur.archlinux.org/packages/?K=mopidy>`_.
You can also install any Mopidy extension directly from PyPI with ``pip``. To 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 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. from PyPI using the ``pip`` installer.
If you are looking to contribute or wish to install from source using ``git`` 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 <https://github.com/mopidy/mopidy/blob/debian/debian/mopidy.init>`_. For
more details, see the :ref:`debian` section of the docs. more details, see the :ref:`debian` section of the docs.
- The ``mopidy`` package in `Arch Linux AUR - The ``mopidy`` package in `Arch Linux
<https://aur.archlinux.org/packages/mopidy>`__ comes with a systemd init <https://www.archlinux.org/packages/community/any/mopidy/>`__ comes with a systemd init
script. script.
- A blog post by Benjamin Guillet explains how to `Daemonize Mopidy and Launch - A blog post by Benjamin Guillet explains how to `Daemonize Mopidy and Launch