diff --git a/README.md b/README.md index e0fbb0a..5097545 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ If you built the main docker image then protobuf has already been built and you ```bash mkdir -p opt/usr -docker compose cp -L builder:/usr/i686-w64-mingw32 opt/usr +docker compose exec builder tar -C /usr -c --dereference i686-w64-mingw32 | tar -C opt/usr -x docker compose cp -L builder:/usr/bin/protoc opt/bin ```