From c246258bbdc931027a597be0354a43ac9125b514 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Fri, 5 Mar 2021 19:59:17 -0500 Subject: [PATCH] update README --- README.txt => README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename README.txt => README (95%) diff --git a/README.txt b/README similarity index 95% rename from README.txt rename to README index 10eea53..5179591 100644 --- a/README.txt +++ b/README @@ -47,5 +47,5 @@ Build Instructions: to run examples without installing assimp as a system library: $ cd examples/bin - $ LD_LIBRARY_PATH=../../ext/assimp/bin ./assimp_loading + $ LD_LIBRARY_PATH=../../ext/assimp/lib ./assimp_loading