From c03fdc84166d324cd21c9b17d6e39d0147b1a77d Mon Sep 17 00:00:00 2001 From: Murilo Silva Date: Sun, 9 Jun 2024 16:14:15 -0300 Subject: [PATCH] fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c67568..9230e79 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Copy service models libraries to system. ```shell sudo mkdir -p /usr/local/etc/ -sudo cp -R libs/serviceModels /usr/lib/flexric +sudo cp -R libs/serviceModels /usr/local/lib/flexric ``` Build the xApp. @@ -41,4 +41,4 @@ After building, the xApp can be run with the following command. ```shell ./xapp_iqos -c ../configs/xApp.conf -``` +``` \ No newline at end of file