Skip to content

Commit 51b6976

Browse files
committed
Update installing-solidity.rst
1 parent 0225d9d commit 51b6976

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/installing-solidity.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,11 @@ You can specify release build versions in the tag. For example:
8989
9090
docker run ethereum/solc:stable --help
9191
92-
Note: Specific version tags are supported for the Docker tag such as `docker run ethereum/solc:0.8.23 --help`.
92+
Note
9393

94-
We will be passing the `stable` tag here instead of specific version tag to ensure that users get the latest version
95-
by default and avoid the issue of an out-of-date version.
94+
Specific version tags are supported for the Docker tag such as `docker run ethereum/solc:0.8.23 --help`. We will be passing the
95+
`stable` tag here instead of specific version tag to ensure that users get the latest version by default and avoid the issue of
96+
an out-of-date version.
9697

9798
To use the Docker image to compile Solidity files on the host machine, mount a
9899
local folder for input and output, and specify the contract to compile. For example:

0 commit comments

Comments
 (0)