From 20c60e0e07f697b309bdfb2ecd2b92db5fc4cd7b Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 7 Jan 2021 06:53:40 +0800 Subject: [PATCH] Update installation instruction for Arch The package is now available in the official repository. --- docs/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index e4717a42..d2144cf5 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -13,9 +13,9 @@ Using Pipenv $ pipenv install aiogram -Using AUR +Using Pacman --------- -*aiogram* is also available in Arch User Repository, so you can install this framework on any Arch-based distribution like ArchLinux, Antergos, Manjaro, etc. To do this, use your favorite AUR-helper and 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. From sources ------------