diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -6,7 +6,7 @@ interface between different kinds of Slackware repository formats and console or graphical user interfaces. To test the functionality there is also a text user interface -implementation, that exposes the library to a user. +implementation, which exposes the library to a user. ## Build instructions @@ -16,9 +16,9 @@ ninja -C build ``` Pass `-DCMAKE_BUILD_TYPE=Debug` or `-DCMAKE_BUILD_TYPE=Release` to -`cmake` to select the according build configuration. +`cmake` to select the corresponding build configuration. -This builds a CLI that can be then found in `./build/bin/katja`. +This builds a CLI that can then be found in `./build/bin/katja`. ### Running the tests @@ -31,6 +31,5 @@ ninja -C build test ## Project structure The library code is in `katja/`. Public headers are under `include/`. -Finally the optional UI implementation is under `cli/`. There are -also some tests in the appropriate directory. There are -also some tests in the appropriate directory. +Finally, the optional UI implementation is under `cli/`. There are +also tests under `tests/`. |
