summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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