Skip to content

Commit 4074b52

Browse files
authored
Merge pull request diffblue#343 from diffblue/sakai_preparation
Updated README.txt file w.r.t. installation of Sakai.
2 parents 5f182f9 + 9ef73cc commit 4074b52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

benchmarks/GENUINE/README.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,11 @@ Install guide for Ubuntu:
291291
2. Run these commands:
292292
cd sakai
293293
(optional) git checkout 8550c168cdf16363e864bfdfdbeae96a1e8eac51
294-
mvn install sakai:deploy -Dmaven.tomcat.home="./__dist__" -DskipTests -Dmaven.test.skip=true
294+
mvn install sakai:deploy -Dmaven.tomcat.home="<full-path-to-sakai>/__dist__" -DskipTests -Dmaven.test.skip=true
295+
where <full-path-to-sakai> is the full path of the current working directory.
295296

296-
The built binaries will be stored in:
297-
__dist__
297+
The built binaries will be stored under:
298+
<full-path-to-sakai>/__dist__
298299

299300
Note: Instead of "__dist__" you can specify other directory where the built
300301
binaries will be stored to.

0 commit comments

Comments
 (0)