diff --git a/Dockerfile b/Dockerfile index 47d332b..b8503e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -401,8 +401,6 @@ RUN printf "id ICON \"$PREFIX/src/w64devkit.ico\"" >w64devkit.rc \ >>$PREFIX/COPYING.MinGW-w64-runtime.txt . \ && cat /mingw-w64-v$MINGW_VERSION/mingw-w64-libraries/winpthreads/COPYING \ >>$PREFIX/COPYING.MinGW-w64-runtime.txt \ - && printf '@set PATH=%%~dp0bin;%%PATH%%\r\n@busybox sh -l\r\n' \ - >$PREFIX/activate.bat \ && echo $VERSION >$PREFIX/VERSION.txt ENV PREFIX=${PREFIX} CMD zip -qXr - $PREFIX diff --git a/README.md b/README.md index 333da05..2b990bf 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ internet connection during the first couple minutes of the build. ## Usage The final .zip file contains tools in a typical unix-like configuration. -Unzip the contents anywhere. Inside is `w64devkit.exe` (or `activate.bat`) -that launches a console window with the environment configured and ready -to go. It is the easiest way to enter the development environment, and -requires no system changes. +Unzip the contents anywhere. Inside is `w64devkit.exe` that launches a +console window with the environment configured and ready to go. It is the +easiest way to enter the development environment, and requires no system +changes. Alternatively, add the `bin/` directory to your path. For example, while inside a console or batch script: