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`