aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-09-13 09:48:23 +0200
committerEugen Wissner <belka@caraus.de>2026-09-13 09:48:23 +0200
commitbfb846e541afc0d39dbf983fd0b3c625c104a60f (patch)
treefa9856f03e4f45f8725a99d227315f91146e7ab9
parent93cacaa6fe0b18609bbd9be51702ae2fed1ad663 (diff)
downloadkatja-master.tar.gz
Remove duplicated README sentenceHEADmaster
-rw-r--r--README.md11
1 files 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/`.