Update run_cross_local.md: adding 1 missing word (#1259)
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
|||||||
docker pull arm64v8/ubuntu
|
docker pull arm64v8/ubuntu
|
||||||
```
|
```
|
||||||
2. Run the container
|
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
|
```sh
|
||||||
docker run -v $(pwd):/app -it arm64v8/ubuntu /bin/bash
|
docker run -v $(pwd):/app -it arm64v8/ubuntu /bin/bash
|
||||||
```
|
```
|
||||||
@@ -110,4 +110,4 @@ softwareupdate --install-rosetta # make sure Rosetta 2 is installed
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
arch -x86_64 ./goose help
|
arch -x86_64 ./goose help
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user