diff options
author | chriseth <chris@ethereum.org> | 2018-09-14 05:43:10 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-09-14 05:43:15 +0800 |
commit | c221ab132d798d924c1d2e619b599efe751b4458 (patch) | |
tree | bde22b494e4e9e829199fbe3b2cd8487505f3fd7 /docs/installing-solidity.rst | |
parent | 1205de65dc3a9eff0fcfa95d29624f1a728908c9 (diff) | |
download | dexon-solidity-c221ab132d798d924c1d2e619b599efe751b4458.tar.gz dexon-solidity-c221ab132d798d924c1d2e619b599efe751b4458.tar.zst dexon-solidity-c221ab132d798d924c1d2e619b599efe751b4458.zip |
Review suggestions.
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index b42bf2de..3332a83b 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -35,9 +35,10 @@ npm / Node.js ============= Use `npm` for a convenient and portable way to install `solcjs`, a Solidity compiler. The -`solcjs` program has fewer features than the other options further down this page. Our +`solcjs` program has fewer features than the ways to access the compiler described +further down this page. The :ref:`commandline-compiler` documentation assumes you are using -the full-featured compiler, `solc`. The usage of `solcjs` is documented inside own +the full-featured compiler, `solc`. The usage of `solcjs` is documented inside its own `repository <https://github.com/ethereum/solc-js>`_. Note: The solc-js project is derived from the C++ @@ -101,8 +102,8 @@ We are also releasing a `snap package <https://snapcraft.io/>`_, which is instal sudo snap install solc -If you want to help testing the unstable solc with the most recent changes -from the development branch, please use the following: +If you want to help testing the latest development version of Solidity +with the most recent changes, please use the following: .. code-block:: bash @@ -241,7 +242,7 @@ in Visual Studio 2017 Build Tools or Visual Studio 2017: External Dependencies --------------------- -We have a "one button" script which installs all required external dependencies +We have a helper script which installs all required external dependencies on macOS, Windows and on numerous Linux distros. .. code-block:: bash @@ -331,7 +332,7 @@ The Solidity version string contains four parts: - the version number - pre-release tag, usually set to ``develop.YYYY.MM.DD`` or ``nightly.YYYY.MM.DD`` - commit in the format of ``commit.GITHASH`` -- platform, which has arbitrary number of items, containing details about the platform and compiler +- platform, which has an arbitrary number of items, containing details about the platform and compiler If there are local modifications, the commit will be postfixed with ``.mod``. |