From 66ecd617fdeaafc616165a294eabe08485eb11e7 Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Mon, 17 Feb 2025 20:02:40 +0100 Subject: [PATCH] Update run_cross_local.md: adding 1 missing word (#1259) --- run_cross_local.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```