Skip to content

Commit adda14a

Browse files
committed
Auto merge of #33298 - drbo:patch-1, r=alexcrichton
Note that later versions of G++ are okay G++ 4.7 is the minimum requirement, but later versions are also okay.
2 parents a4b0481 + 08207c9 commit adda14a

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
@@ -16,7 +16,7 @@ Read ["Installing Rust"] from [The Book].
1616

1717
1. Make sure you have installed the dependencies:
1818

19-
* `g++` 4.7 or `clang++` 3.x
19+
* `g++` 4.7 or later or `clang++` 3.x
2020
* `python` 2.7 (but not 3.x)
2121
* GNU `make` 3.81 or later
2222
* `curl`

0 commit comments

Comments
 (0)