Skip to content

Commit f841b5c

Browse files
authored
Merge pull request #105 from bmildner/patch-1
example toolchain installation commandline lists g++-14 twice
2 parents fa7e656 + 81b2757 commit f841b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ apt-get install -y cmake make ninja-build
124124

125125
# Example of toolchains:
126126
apt-get install \
127-
g++-14 gcc-14 gcc-13 g++-14 \
127+
g++-14 gcc-14 gcc-13 g++-13 \
128128
clang-18 clang++-18 clang-17 clang++-17
129129
```
130130

0 commit comments

Comments
 (0)