Rename project and repository to dockcross

This commit is contained in:
Matt McCormick
2016-07-15 23:46:08 -04:00
parent a5c84b842f
commit 04c7d0de18
16 changed files with 182 additions and 183 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
DEFAULT_DOCKCROSS_IMAGE=thewtex/cross-compiler-base
DEFAULT_DOCKCROSS_IMAGE=dockcross/base
#------------------------------------------------------------------------------
# Helpers
@ -164,9 +164,9 @@ docker run -i -t --rm \
# This image is not intended to be run manually.
#
# To create a dockcross helper script for the
# thewtex/cross-compiler-linux-armv7 image, run:
# dockcross/linux-armv7 image, run:
#
# docker run --rm thewtex/cross-compiler-linux-armv7 > dockcross-linux-armv7
# docker run --rm dockcross/linux-armv7 > dockcross-linux-armv7
# chmod +x dockcross-linux-armv7
#
# You may then wish to move the dockcross script to your PATH.