Skip to content

Commit

Permalink
docs: Update to Archlinux instructions
Browse files Browse the repository at this point in the history
(cherry picked from commit bbfa722)
  • Loading branch information
AlexandrePTJ authored and jodal committed Apr 8, 2015
1 parent 85f11ba commit c4fc33e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions docs/installation/arch.rst
Original file line number Diff line number Diff line change
@@ -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>`.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
4 changes: 2 additions & 2 deletions docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4fc33e

Please sign in to comment.