Skip to content

Commit 7aacdd0

Browse files
committed
Bash Script: Fixed ReadMe Typo
1 parent ba04de8 commit 7aacdd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-scripts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ You can run these bash scripts to manually compile any GCC toolchains version th
110110
111111
```shellsession
112112

113-
Usage: ./RTBuilder_64b -g [GCC version] -o [Target Pi OS type] -V
113+
Usage: ./RTBuilder_32b -g [GCC version] -r [Target Pi type] -o [Target Pi OS type] -V
114114
-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0|9.3.0|10.1.0|10.2.0)
115+
-r What's yours Target Raspberry Pi type?: (0-1|2-3|3+)
115116
-o What's yours Target Raspberry Pi OS type?: (stretch|buster)
116117
-V Verbose output for debugging?
117118

0 commit comments

Comments
 (0)