diff --git a/run_cross_local.md b/run_cross_local.md index 9fb3c640..b27b7f74 100644 --- a/run_cross_local.md +++ b/run_cross_local.md @@ -27,7 +27,7 @@ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes docker pull arm64v8/ubuntu ``` 2. Run the container -pwd is the directory contains the binary built in the previous step on your host machine +pwd is the directory which contains the binary built in the previous step on your host machine ```sh docker run -v $(pwd):/app -it arm64v8/ubuntu /bin/bash ``` @@ -110,4 +110,4 @@ softwareupdate --install-rosetta # make sure Rosetta 2 is installed ```sh arch -x86_64 ./goose help -``` \ No newline at end of file +```