dockcross: Improve end of script help formatting

This commit is contained in:
Matt McCormick 2016-07-05 21:50:06 -04:00
parent a5d5307a97
commit 42ff489565

View File

@ -161,14 +161,14 @@ docker run -i -t --rm \
################################################################################
#
# This image is not intended to be run manually.
# This image is not intended to be run manually.
#
# To create a dockcross helper script for the
# thewtex/cross-compiler-linux-armv7 image, run:
# To create a dockcross helper script for the
# thewtex/cross-compiler-linux-armv7 image, run:
#
# docker run --rm thewtex/cross-compiler-linux-armv7 > dockcross
# chmod +x dockcross
# docker run --rm thewtex/cross-compiler-linux-armv7 > dockcross-linux-armv7
# chmod +x dockcross-linux-armv7
#
# You may then wish to move the dockcross script to somewhere in your path.
# You may then wish to move the dockcross script to your PATH.
#
################################################################################