Update install.rst

openFPGALoader binary is available in Debian/Ubuntu repositories
This commit is contained in:
vlad1k337 2024-12-21 09:12:24 -06:00 committed by GitHub
parent 2103316baf
commit 3bb0071ce7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -6,6 +6,15 @@ Installing openFPGALoader
Linux
=====
Debian/Ubuntu
----------
openFPGALoader is available in the default repositories:
.. code-block:: bash
sudo apt install openfpgaloader
Guix
----------
@ -42,7 +51,7 @@ openFPGALoader is available as a Copr repository:
sudo dnf copr enable mobicarte/openFPGALoader
sudo dnf install openFPGALoader
From source (Debian, Ubuntu)
From source
----------------------------
This application uses ``libftdi1``, so this library must be installed (and, depending on the distribution, headers too):