summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f13bc287fab..1caabfd27dc 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,9 @@ supported build environments that are most likely to work.
Rust currently needs about 1.5 GiB of RAM to build without swapping; if it hits
swap, it will take a very long time to build.
-There is a lot more documentation in the [wiki].
+There is more advice about [hacking on Rust][hack] on the [wiki].
+[hack]: https://github.com/rust-lang/rust/wiki/Note-getting-started-developing-Rust
[wiki]: https://github.com/rust-lang/rust/wiki
## Getting help