From bfb846e541afc0d39dbf983fd0b3c625c104a60f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 13 Sep 2026 09:48:23 +0200 Subject: Remove duplicated README sentence --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 41fb2fa..acc1abc 100644 --- a/README.md +++ b/README.md @@ -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/`. -- cgit v1.2.3