diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-10-19 23:47:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 23:47:42 +0200 |
| commit | ea52df463b8d826fcc2086485ed71d3d5eb1430e (patch) | |
| tree | 8fb2ad930fa35ab033817e54da64b234c216611b | |
| parent | c89e3e9b0c9e1566b88465b738dcc699993551e5 (diff) | |
| download | rust-ea52df463b8d826fcc2086485ed71d3d5eb1430e.tar.gz rust-ea52df463b8d826fcc2086485ed71d3d5eb1430e.zip | |
Fix typo
| -rw-r--r-- | Readme.md | 2 |
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 |
