From 88c816f871e59e99d5cd0a2097b29804efd1ed1a Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 15 Sep 2024 23:00:46 +0200 Subject: [PATCH] Update install.rst --- docs/install.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 3b61b698..a2f47cf3 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -2,13 +2,6 @@ Installation ############ -From Arch Linux Repository --------------------------- - -.. code-block:: bash - - pacman -S python-aiogram - Development build (3.x) ======================= @@ -25,3 +18,14 @@ From GitHub .. code-block:: bash pip install https://github.com/aiogram/aiogram/archive/refs/heads/dev-3.x.zip + +Stable build (2.x) +======================= + +From Arch Linux Repository +-------------------------- + +.. code-block:: bash + + pacman -S python-aiogram +