update README

This commit is contained in:
2023-10-17 18:30:06 +02:00
parent 6d92dd31de
commit 0c15883076
+1 -1
View File
@@ -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
```