From 1477ab629e7fa80b220a2c1c2dd6dfed51aefec7 Mon Sep 17 00:00:00 2001 From: fanasina Date: Tue, 17 Oct 2023 18:44:06 +0200 Subject: [PATCH] update README, set_env --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e969cd7..e5115a0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ or ./kreate_library_ytest.sh ``` ### install in local machine +We have 2 options: setup env, or install +#### set env +``` +./set_env ~/.bashrc +``` +or +``` +./set_env /path/file/local/env/shell +``` + +### install by copying files and directory This creates a permanent copy of `libytest.so` and the file headers of `ytest` in local machine ``` sudo make install