From 1280fdfdfef0aa881c7b03e992d897b2ef46f51b Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 12 Jan 2021 03:27:21 +0800 Subject: [PATCH] Add pacman command example --- docs/source/install.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index d2144cf5..819ed6f5 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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 `_ 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 `_ package: + .. code-block:: bash + + $ pacman -S python-aiogram From sources ------------