From af128b6c971f9239c529fecdc1c84f656265d31c Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 2 Aug 2017 01:51:43 -0600 Subject: 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. --- docs/installing-solidity.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 `_, which is installable in all the `supported Linux distros `_. To help testing the unstable solc with the most recent changes from the development branch: +We are also releasing a `snap package `_, which is installable in all the `supported Linux distros `_. 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 -- cgit v1.2.3 From f5fc8088756929b25f2d5f20c6ee0a555ccf40b1 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 2 Aug 2017 01:53:07 -0600 Subject: Add the tag for the command --- docs/installing-solidity.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 6fb2e44a..4cb50cf0 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -85,10 +85,14 @@ If you want to use the cutting edge developer version: We are also releasing a `snap package `_, which is installable in all the `supported Linux distros `_. To install the latest stable version of solc: +.. code:: bash + sudo snap install solc Or if you want to help testing the unstable solc with the most recent changes from the development branch: +.. code:: bash + sudo snap install solc --edge Arch Linux also has packages, albeit limited to the latest development version: -- cgit v1.2.3