From 26a519af8c9899612b2fc2b85c49a576bdfc2bf5 Mon Sep 17 00:00:00 2001 From: Lionel Ains Date: Wed, 5 Jun 2019 06:32:24 +0200 Subject: [PATCH] Fixing executable path --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7526c20..8492bbae 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ This will tell the compiler that libserialcpp.so can be found in `$HOME/serial` In order to run the sample code under Linux, issue the following command in a terminal: ``` -LD_LIBRARY_PATH=$HOME/serial mainEzspTest +cd ~/libezsp/src/example +LD_LIBRARY_PATH=$HOME/serial ./mainEzspTest ``` ### Execution