Merge pull request #7829 from fulldecent/fix-markdown

Fix all markdown language hints
This commit is contained in:
chriseth 2019-11-28 10:08:52 +01:00 committed by GitHub
commit 40d9744b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
The docker images are build locally on the developer machine:
```!sh
```sh
cd .circleci/docker/
docker build -t ethereum/solidity-buildpack-deps:ubuntu1904-<revision> -f Dockerfile.ubuntu1904 .
@ -21,7 +21,7 @@ where the image tag reflects the target OS and revision to build Solidity and ru
### Testing docker images locally
```!sh
```sh
cd solidity
# Mounts your local solidity directory in docker container for testing
docker run -v `pwd`:/src/solidity -ti ethereum/solidity-buildpack-deps:ubuntu1904-<revision> /bin/bash