Skip to content

Commit 172eeb2

Browse files
committed
add /etc/dub/settings.json
See dlang/dub#2203
1 parent 08fb316 commit 172eeb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

views/settings.dt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ block body
2828
p Posix
2929
ul
3030
li <code>/var/lib/dub/settings.json</code>
31+
li <code>/etc/dub/settings.json</code> (only if DUB has been installed in `/usr/...`)
3132
li <code>&lt;dub executable folder&gt;/../etc/dub/settings.json</code>
3233
li <code>~/.dub/settings.json</code>
3334
li <code>$ROOT_PACKAGE_DIR/dub.settings.json</code>
@@ -80,4 +81,4 @@ block body
8081
tr
8182
td defaultLowMemory
8283
td: code bool
83-
td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.
84+
td Enable the garbage collector for the compiler(dmd/ldc), reducing the compiler memory requirements but increasing compile times.

0 commit comments

Comments
 (0)