diff options
author | chriseth <chris@ethereum.org> | 2017-07-27 18:32:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 18:32:58 +0800 |
commit | f18b26cf14a2487a3bc4f8961990ebe1f5c97088 (patch) | |
tree | 4f5e659993eb0df28c8fbf7896d4b186ae51e776 /docs | |
parent | 5cbf5f216f92b88cf17b0eebcbf01cc05e00ae0a (diff) | |
parent | 558fa46442ae79f2fcd14828e085dd5be00b3395 (diff) | |
download | dexon-solidity-f18b26cf14a2487a3bc4f8961990ebe1f5c97088.tar.gz dexon-solidity-f18b26cf14a2487a3bc4f8961990ebe1f5c97088.tar.zst dexon-solidity-f18b26cf14a2487a3bc4f8961990ebe1f5c97088.zip |
Merge pull request #2640 from elopio/patch-2
Add the install instructions from the edge snap
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 9b5ba9f2..e07561c5 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -82,6 +82,10 @@ If you want to use the cutting edge developer version: sudo add-apt-repository ppa:ethereum/ethereum-dev sudo apt-get update sudo apt-get install solc + +We are also releasing a `snap package <https://snapcraft.io/>`_, which is installable in all the `supported Linux distros <https://snapcraft.io/docs/core/install>`_. To help testing the unstable solc with the most recent changes from the development branch: + + sudo snap install solc --edge Arch Linux also has packages, albeit limited to the latest development version: |