Update run_cross_local.md: adding 1 missing word (#1259)

This commit is contained in:
Didier Durand
2025-02-17 20:02:40 +01:00
committed by GitHub
parent 048a9b20d0
commit 66ecd617fd

View File

@@ -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
```
```