From 989c6377e8bfc9334c9877ef2aec52c8723fe5bd Mon Sep 17 00:00:00 2001 From: ngn <78868991+ngn13@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:28:49 +0000 Subject: [PATCH] update development instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b6c6df..a40a503 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,6 @@ make DEBUG=1 ``` then you can use the example applications for testing: ```bash -pushd examples - make -popd +make example LD_LIBRARY_PATH=./dist ./dist/example_hello ```