Skip to content

Commit 6a7dc0b

Browse files
committed
update readme
1 parent 344fd7f commit 6a7dc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docker build -t cross-pi-gcc docker
2525
* Build cross-compiler toolchain:
2626

2727
```shell
28-
docker run -it --rm -v ~/out:/out cross-pi-gcc -c build.sh
28+
docker run -it --rm -v ~/out:/out cross-pi-gcc -c ./build.sh
2929
```
3030

3131
**Note:** The `cross-gcc-12.2.0-pi_64.tar.gz` file will saved to `~/out` directory.

0 commit comments

Comments
 (0)