From 0c158830768a1516ddd9aa7bdb7dfa773d5a5d55 Mon Sep 17 00:00:00 2001 From: fanasina Date: Tue, 17 Oct 2023 18:30:06 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9709114..80bffac 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ if we have /* if the library is not installed */ ./launch_is_good_m ./launch_is_good_m: error while loading shared libraries: libytest.so: cannot open shared object file: No such file or directory ```` -we need to add LD_LIBRARY_PATH env permanantly or +we need to add LD_LIBRARY_PATH env permanently or ``` LD_LIBRARY_PATH=.. ./launch_is_good_m ```