diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-15 16:16:10 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-15 16:16:10 -0500 |
| commit | a9774ee1049f6b7160ee7bdffc0c2dc57ea39e65 (patch) | |
| tree | 1688133c9129da6cb9379f774f3d6fb9bb299b7d | |
| parent | cfe1d698842931d5921b9e56c8a4b017e5dfba6e (diff) | |
docs: Add missing comma in README
Signed-off-by: Ian Moffett <ian@osmora.org>
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
