diff options
author | chriseth <chris@ethereum.org> | 2016-11-25 23:21:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 23:21:17 +0800 |
commit | cf4e0549c35bf2a4fc4629e427099ca526234790 (patch) | |
tree | a04c45bd51ca27b2243f88b7072e6a36e0c9dac5 /docs | |
parent | 6b9530399852ef8127c3cdc4e9da2f74450fcd6e (diff) | |
download | dexon-solidity-cf4e0549c35bf2a4fc4629e427099ca526234790.tar.gz dexon-solidity-cf4e0549c35bf2a4fc4629e427099ca526234790.tar.zst dexon-solidity-cf4e0549c35bf2a4fc4629e427099ca526234790.zip |
Mention nightly.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index ce631869..ef38705c 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -47,7 +47,9 @@ Details about the usage of the Node.js package can be found in the Docker ====== -We provide up to date docker builds for the compiler: +We provide up to date docker builds for the compiler. The ``stable`` +repository contains released versions while the ``nightly`` +repository contains potentially unstable changes in the develop branch. .. code:: bash |