about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2022-10-19 23:47:42 +0200
committerGitHub <noreply@github.com>2022-10-19 23:47:42 +0200
commitea52df463b8d826fcc2086485ed71d3d5eb1430e (patch)
tree8fb2ad930fa35ab033817e54da64b234c216611b
parentc89e3e9b0c9e1566b88465b738dcc699993551e5 (diff)
downloadrust-ea52df463b8d826fcc2086485ed71d3d5eb1430e.tar.gz
rust-ea52df463b8d826fcc2086485ed71d3d5eb1430e.zip
Fix typo
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 7a29986739a..4d776b6c7a3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -41,7 +41,7 @@ $ cd ..
 $ dirname $(readlink -f `find . -name libgccjit.so`) > gcc_path
 ```
 
-You can set also set RUST_COMPILER_RT_ROOT:
+You also need to set RUST_COMPILER_RT_ROOT:
 
 ```bash
 $ git clone https://github.com/llvm/llvm-project llvm --depth 1 --single-branch