From 28a44d9b98a4365dd5e7cf9ca9778e1966b2ed45 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Wed, 10 May 2023 11:52:36 +0200 Subject: Fixed some improper description in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3