From 70efc855b61f3dcc859879bf2e317831ddb762d3 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Mon, 4 Mar 2024 20:58:14 -0600 Subject: [PATCH] readme formatting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8c86e89..1dfa353 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ system](https://ninja-build.org/). Licensed under the GPLv3. ## Methodology and Overview + The problem with existing meta build systems---or makefile generators---like [Meson](https://mesonbuild.com/) and [CMake](https://cmake.org/) is that they are needlessly complex for small-to-medium-sized C/C++ projects. These projects @@ -29,6 +30,9 @@ simpler, faster replacement for the classic `make`. It is used by default by Meson; CMake can also be configured to use ninja as a backend. ## Building + Build: `cargo build --release` + Install: `sudo sh install.sh` + Uninstall: `sudo sh uninstall.sh`