From a9774ee1049f6b7160ee7bdffc0c2dc57ea39e65 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 15 Nov 2025 16:16:10 -0500 Subject: docs: Add missing comma in README Signed-off-by: Ian Moffett --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 148a3e6..3199064 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ First you must bootstrap the project by running ``./boostrap``. The project can be configured by running ``./configure``. Before the system can be built, you must build yourself a toolchain by running -``make toolchain``, this will take awhile but once it is complete the system can be built +``make toolchain``, this will take awhile but once it is complete, the system can be built with a single ``make``. ## Dependencies -- cgit v1.2.3