Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation with the new python-dasbus Arch package #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,11 @@ Follow the instructions above to install the requirements before you install ``d
Install on Arch Linux
^^^^^^^^^^^^^^^^^^^^^

Build and install the community package from the `Arch User Repository <https://aur.archlinux.org/>`_.
Follow the `guidelines <https://wiki.archlinux.org/title/Arch_User_Repository>`_.
Install the system package.

::

git clone https://aur.archlinux.org/python-dasbus.git
cd python-dasbus
makepkg -si
sudo pacman -S python-dasbus

Install on Debian / Ubuntu
^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down