Author | Jamozed <[email protected]> |
Date | 2022-02-05 09:36:04 |
Commit | 8914f44396f472c7b971c5cadac552fc1748acc7 |
Parent | 1aa1d3fdacc0361e4bf1fab446e075ab27f3cc2a |
meta: Update README
Diffstat
M | README.md | | | 14 | ++++---------- |
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md index 09ef39c..5523322 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # libutil -> C Utility Library - **libutil** is a lightweight library to be included locally in projects that is intended to provide common portable extensions to the C standard library. @@ -35,18 +33,14 @@ than being compiled seperately and linked. ### Building -> To build **libutil** and its unit tests on UNIX, run `BuildUNIX.sh` or - -```sh -cmake -S . -B build && cmake --build build -``` +To build **libutil** and its unit tests on UNIX, run `BuildUNIX.sh`. -Binaries will be located in the `bin` directory. -Libraries will be located in the `lib` directory. +- Binaries will be located in the `bin` directory. +- Libraries will be located in the `lib` directory. ### Testing -> To run **libutil** unit tests on UNIX, run TestUNIX.sh once built +To run **libutil** unit tests on UNIX, run TestUNIX.sh once built. ## Meta