Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindevs committed Nov 1, 2023
1 parent 344fd7f commit 6a7dc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker build -t cross-pi-gcc docker
* Build cross-compiler toolchain:

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

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

0 comments on commit 6a7dc0b

Please sign in to comment.