docs: add install instructions for arch
authorFilipe Laíns <lains@archlinux.org>
Mon, 13 Jul 2020 23:42:02 +0000 (00:42 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 14:53:28 +0000 (14:53 +0000)
Signed-off-by: Filipe Laíns <lains@archlinux.org>
docs/install.rst

index 1e1a438b248c4fe684ad98feaba195a78b613757..0026ade8afb6121f0f5814cf1e23773eee2492e7 100644 (file)
@@ -68,6 +68,16 @@ Installing prerequisites
 
       If Yosys 0.9 (or newer) is not available, `build Yosys from source`_.
 
+   .. platform-choice:: arch
+      :altname: linux
+      :title: Arch Linux
+
+      Install Python, pip, GTKWave and Yosys by running:
+
+      .. code-block:: console
+
+         $ sudo pacman -S python python-pip gtkwave yosys
+
    .. platform-choice:: linux
       :title: Other Linux
 
@@ -130,6 +140,16 @@ Latest release
 
          $ pip3 install --user --upgrade nmigen
 
+   .. platform-choice:: arch
+      :altname: linux
+      :title: Arch Linux
+
+      |release:install|
+
+      .. code-block:: console
+
+         $ sudo pacman -S python-nmigen
+
 
 .. _install-snapshot: