From c87ef623510dbe01d2f4e4c062409a49a13e96f6 Mon Sep 17 00:00:00 2001 From: saki-osive Date: Sat, 16 Jan 2021 17:08:11 +0530 Subject: [PATCH] Fixed a grammatical error in hardawre requirements section --- src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting-started.md b/src/getting-started.md index 8b2fc48f..a460bff0 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -70,7 +70,7 @@ recommend trying to build on a Raspberry Pi :P clearing incremental caches. More space is better, the compiler is a bit of a hog; it's a problem we are aware of. - Recommended >=8GB RAM. -- Recommended >=2 cores; more cores really helps. +- Recommended >=2 cores; having more cores really helps. - You will need an internet connection to build; the bootstrapping process involves updating git submodules and downloading a beta compiler. It doesn't need to be super fast, but that can help.