From 5350e4392b186a71df510f22aca07c1fe7d85a3b Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 21 Mar 2024 21:44:45 +0100 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d869cb..58b28d5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The client start a thread that listen to the server and call the method handleMe ### Trubleshooting -If you have an error like when you start the program and it tell you that the Lib.so is not find you need to export : +If you have an error when you start the program and it tell you that the Lib.so is not find you need to export : ```bash export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/lib ```