Add pacman command example

This commit is contained in:
Felix Yan 2021-01-12 03:27:21 +08:00
parent 20c60e0e07
commit 1280fdfdfe
No known key found for this signature in database
GPG key ID: 786C63F330D7CB92

View file

@ -15,7 +15,10 @@ Using Pipenv
Using Pacman
---------
*aiogram* is also available in Arch Linux Repository, so you can install this framework on any Arch-based distribution like Arch Linux, Antergos, Manjaro, etc. To do this, just use pacman to install the `python-aiogram <https://archlinux.org/packages/community/any/python-aiogram/>`_ package.
*aiogram* is also available in Arch Linux Repository, so you can install this framework on any Arch-based distribution like Arch Linux, Antergos, Manjaro, etc. To do this, just use pacman to install the `python-aiogram <https://archlinux.org/packages/community/any/python-aiogram/>`_ package:
.. code-block:: bash
$ pacman -S python-aiogram
From sources
------------