Merge pull request #14281 from alexjorgef/patch-1

Change installation documentation for Arch Linux
This commit is contained in:
Daniel 2023-06-26 19:42:11 +02:00 committed by GitHub
commit 34d2383f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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