mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
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
|
||||
```
|
||||
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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user