Change installation documentation for Arch Linux

Correct inline code with double backquotes


Add more information

Add external links to packages;
Add a note to inform that packages don't have official support.
This commit is contained in:
Alexandre Ferreira 2023-06-01 19:22:21 +01:00
parent 1067232bbc
commit b70477d795
No known key found for this signature in database
GPG Key ID: 6AB97A9D5ED3DEF0

View File

@ -132,11 +132,13 @@ The nightly version can be installed using these commands:
Furthermore, some Linux distributions provide their own packages. These packages are not directly Furthermore, some Linux distributions provide their own packages. These packages are not directly
maintained by us but usually kept up-to-date by the respective package maintainers. maintained by us but usually kept up-to-date by the respective package maintainers.
For example, Arch Linux has packages for the latest development version: For example, Arch Linux has packages for the latest development version as AUR packages: `solidity <https://aur.archlinux.org/packages/solidity>`_
and `solidity-bin <https://aur.archlinux.org/packages/solidity-bin>`_.
.. code-block:: bash .. note::
pacman -S solidity Please be aware that `AUR <https://wiki.archlinux.org/title/Arch_User_Repository>`_ packages
are user-produced content and unofficial packages. Exercise caution when using them.
There is also a `snap package <https://snapcraft.io/solc>`_, however, it is **currently unmaintained**. There is also a `snap package <https://snapcraft.io/solc>`_, however, it is **currently unmaintained**.
It is installable in all the `supported Linux distros <https://snapcraft.io/docs/core/install>`_. To It is installable in all the `supported Linux distros <https://snapcraft.io/docs/core/install>`_. To