diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-09-13 09:48:23 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-09-13 09:48:23 +0200 |
| commit | bfb846e541afc0d39dbf983fd0b3c625c104a60f (patch) | |
| tree | fa9856f03e4f45f8725a99d227315f91146e7ab9 | |
| parent | 93cacaa6fe0b18609bbd9be51702ae2fed1ad663 (diff) | |
| download | katja-bfb846e541afc0d39dbf983fd0b3c625c104a60f.tar.gz | |
| -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/`. |
