From 4b8d9603e312d5b8273dbcd7516941aebf9771c2 Mon Sep 17 00:00:00 2001 From: polos Date: Wed, 26 Apr 2017 23:45:57 +0200 Subject: [PATCH] update README-1.txt (OSX paths) --- README-1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-1.txt b/README-1.txt index 4d1e95d..970214e 100644 --- a/README-1.txt +++ b/README-1.txt @@ -122,9 +122,9 @@ BUILD [OSX] You need to create links to EQL, something like (note the "5"): - cd /usr/lib + cd /usr/local/lib sudo ln -s ~/eql5/libeql5.1.dylib libeql5.1.dylib - cd /usr/bin + cd /usr/local/bin sudo ln -s ~/eql5/eql5.app/Contents/MacOS/eql5 eql5 [Windows]