diff options
author | Leo Arias <leo.arias@canonical.com> | 2017-08-02 15:51:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 15:51:43 +0800 |
commit | af128b6c971f9239c529fecdc1c84f656265d31c (patch) | |
tree | 6ffe6102cfc3aed420d66754e6927e561fa24996 /docs | |
parent | 3aacfc7e3569b27ca97dce41d886bbc3043546e0 (diff) | |
download | dexon-solidity-af128b6c971f9239c529fecdc1c84f656265d31c.tar.gz dexon-solidity-af128b6c971f9239c529fecdc1c84f656265d31c.tar.zst dexon-solidity-af128b6c971f9239c529fecdc1c84f656265d31c.zip |
Add the command to install the stable solc snap
Now that v0.4.14 was released, all the changes in the snapcraft.yaml landed, the continuous delivery is configured both for edge and candidate snaps, and we have been testing the snap for a while, I have pushed it to the stable channel in the Ubuntu store.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index e07561c5..6fb2e44a 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -83,7 +83,11 @@ If you want to use the cutting edge developer version: 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: +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 install the latest stable version of solc: + + sudo snap install solc + +Or if you want to help testing the unstable solc with the most recent changes from the development branch: sudo snap install solc --edge |