From a2e0e4546e23cefaee95545668f8eaa891f88c9e Mon Sep 17 00:00:00 2001 From: Mochamad Arifin Date: Fri, 31 Dec 2021 10:40:50 +0700 Subject: [PATCH] Make sub-command more clear --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index df684d4..39bd813 100644 --- a/tests/README.md +++ b/tests/README.md @@ -6,7 +6,7 @@ LICENSE file). After installation, you can use pkg-config to compile these tests. For example, to compile random-test-server run: -gcc random-test-server.c -o random-test-server `pkg-config --libs --cflags libmodbus` +`gcc random-test-server.c -o random-test-server $(pkg-config --libs --cflags libmodbus)` - `random-test-server` is necessary to launch a server before running random-test-client. By default, it receives and replies to Modbus query on the -- libgit2 0.21.4