docs: add install instructions for arch
authorFilipe Laíns <lains@archlinux.org>
Mon, 13 Jul 2020 23:42:02 +0000 (00:42 +0100)
committerwhitequark <whitequark@whitequark.org>
Tue, 14 Jul 2020 00:28:24 +0000 (00:28 +0000)
Signed-off-by: Filipe Laíns <lains@archlinux.org>
docs/install.rst

index b03eb934fe16c8f957fbd9c5ccc85558a2d2233c..1314252bfa111a623528eda97e3d6c3790e95f65 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: