summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-05-10 11:52:36 +0200
committerClaudius Holeksa <mail@keldu.de>2023-05-10 11:52:36 +0200
commit28a44d9b98a4365dd5e7cf9ca9778e1966b2ed45 (patch)
tree955b72d822aedcae3a121e34d874d0e2f056fa3e
parentdef0493c61775d65715e902987efc021a02bb1ae (diff)
downloadmini-test-28a44d9b98a4365dd5e7cf9ca9778e1966b2ed45.tar.gz
Fixed some improper description in README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a62c2b..26e0649 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,9 @@ Currently just compile each test file with a compiler of your choice with
and generate a test binary with
-`c++ -std=c++17 libkeltest.a test_file_a.o test_file_b.o -o tests`
+`c++ -std=c++17 -lkeltest test_file_a.o test_file_b.o -o tests`
+
+See `./example` for an example setup.
## Modified commands if not available in env