From 23b90f23a94efbff2205106b906cd7997cea3b43 Mon Sep 17 00:00:00 2001 From: Jimin Hsieh Date: Thu, 31 May 2018 16:37:25 +0800 Subject: [PATCH] Use default path of `sbtopts` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02c9d90f2..7e19fa695 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Usage: sbt [options] SBT_OPTS environment variable, if unset uses "" .sbtopts if this file exists in the current directory, its contents are prepended to the runner args - /usr/local/etc/sbtopts if this file exists, it is prepended to the runner args + /etc/sbt/sbtopts if this file exists, it is prepended to the runner args -Dkey=val pass -Dkey=val directly to the java runtime -J-X pass option -X directly to the java runtime (-J is stripped)