From 8dc1d58dd98a8f5c315edadbf783057309ea459d Mon Sep 17 00:00:00 2001 From: fanasina Date: Tue, 17 Oct 2023 16:57:05 +0200 Subject: [PATCH] update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62720d3..6718a26 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,11 @@ Or we can copy `libytest.so` in a directory in `/usr/lib/` or other directory in echo $LD_LIBRARY_PATH ``` 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