mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
dockcross: Improve end of script help formatting
This commit is contained in:
parent
a5d5307a97
commit
42ff489565
@ -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.
|
||||
#
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user