Browse Source

Make sub-command more clear

Mochamad Arifin 3 years ago
parent
commit
a2e0e4546e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/README.md

+ 1 - 1
tests/README.md

@@ -6,7 +6,7 @@ LICENSE file).
 After installation, you can use pkg-config to compile these tests.
 After installation, you can use pkg-config to compile these tests.
 For example, to compile random-test-server run:
 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-server` is necessary to launch a server before running
 random-test-client. By default, it receives and replies to Modbus query on the
 random-test-client. By default, it receives and replies to Modbus query on the