update README

This commit is contained in:
2023-10-17 16:57:05 +02:00
parent e00ee068f3
commit 8dc1d58dd9
+5 -1
View File
@@ -45,7 +45,11 @@ Or we can copy `libytest.so` in a directory in `/usr/lib/` or other directory in
echo $LD_LIBRARY_PATH echo $LD_LIBRARY_PATH
``` ```
Or, copy `libytest.so` in `/path_to/lib_ytest/` and then Or, copy `libytest.so` in `/path_to/lib_ytest/` and then
add ```export LD_LIBRARY_PATH=/path_to/lib_ytest:$LD_LIBRARY_PATH``` in `~/.bashrc`. add
```
export LD_LIBRARY_PATH=/path_to/lib_ytest:$LD_LIBRARY_PATH
```
in `~/.bashrc`.
## test examples ## test examples