about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-10-10 00:16:28 +0800
committerkennytm <kennytm@gmail.com>2017-10-10 00:27:28 +0800
commit6a7785330a664adae535b29bfdc7c79012fca6bb (patch)
tree5b261cde0b7d5c624bfb9d7b2a3f01e989a5fa53
parentc5ba2d2b57603006ede330bd9e2c7fce6aa601d8 (diff)
parentc3ff62863d9745f690fea65ef12fb205222d01b4 (diff)
downloadrust-6a7785330a664adae535b29bfdc7c79012fca6bb.tar.gz
rust-6a7785330a664adae535b29bfdc7c79012fca6bb.zip
Rollup merge of #45136 - johnthagen:patch-1, r=QuietMisdreavus
Clarify RAM usage during build in README

The sentence wasn't immediately clear if it meant RAM or disk space before reading the next sentence.

I think this helps clarify it.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95d543b8bb3..779acb9fab4 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ Snapshot binaries are currently built and tested on several platforms:
 You may find that other platforms work, but these are our officially
 supported build environments that are most likely to work.
 
-Rust currently needs between 600MiB and 1.5GiB to build, depending on platform.
+Rust currently needs between 600MiB and 1.5GiB of RAM to build, depending on platform.
 If it hits swap, it will take a very long time to build.
 
 There is more advice about hacking on Rust in [CONTRIBUTING.md].