We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344fd7f commit 6a7dc0bCopy full SHA for 6a7dc0b
README.md
@@ -25,7 +25,7 @@ docker build -t cross-pi-gcc docker
25
* Build cross-compiler toolchain:
26
27
```shell
28
-docker run -it --rm -v ~/out:/out cross-pi-gcc -c build.sh
+docker run -it --rm -v ~/out:/out cross-pi-gcc -c ./build.sh
29
```
30
31
**Note:** The `cross-gcc-12.2.0-pi_64.tar.gz` file will saved to `~/out` directory.
0 commit comments