readme formatting
This commit is contained in:
parent
c044c3deb0
commit
70efc855b6
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ system](https://ninja-build.org/).
|
||||||
Licensed under the GPLv3.
|
Licensed under the GPLv3.
|
||||||
|
|
||||||
## Methodology and Overview
|
## Methodology and Overview
|
||||||
|
|
||||||
The problem with existing meta build systems---or makefile generators---like
|
The problem with existing meta build systems---or makefile generators---like
|
||||||
[Meson](https://mesonbuild.com/) and [CMake](https://cmake.org/) is that they
|
[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
|
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.
|
Meson; CMake can also be configured to use ninja as a backend.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Build: `cargo build --release`
|
Build: `cargo build --release`
|
||||||
|
|
||||||
Install: `sudo sh install.sh`
|
Install: `sudo sh install.sh`
|
||||||
|
|
||||||
Uninstall: `sudo sh uninstall.sh`
|
Uninstall: `sudo sh uninstall.sh`
|
||||||
|
|
Loading…
Reference in a new issue