From 49fd66c6f41b28b0e3a63f1bc247b29a5c086c69 Mon Sep 17 00:00:00 2001 From: nfarrantdiaz Date: Fri, 3 Jun 2016 15:28:32 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dfa2629..fda4793 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,7 @@ The CLASSPATH variable does not need to be added to your bash profile 8) cd into apex/ and run: - sed s^@application^@apex/application^ < install.sql > temp.sql - rm -f install.sql - mv temp.sql install.sql + sed -i 's^@application^@apex/application^g' install.sql We do this because we need to set the relative path to the install components from the top level directory