You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/advanced_usage.dt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ block body
34
34
35
35
dl
36
36
dt <code>dub add-path</code>
37
-
dd Adds a local search directory. All direct subdirectories will be searched for packages. Local search directories are preferred over packages downloaded from the registry.
37
+
dd Adds a local search directory. All direct subdirectories will be searched for packages. Local search directories are manual overrides over the packages downloaded from the registry, so they will always be searched before looking into the registry.
38
38
39
39
dt <code>dub add-local</code>
40
40
dd Similar to the above, but only adds a single package directory.
@@ -52,7 +52,7 @@ block body
52
52
53
53
h2#subpkg Managing subpackages
54
54
55
-
p For adding subpackages in your project, execute <code> dub add <packagename>:<subpackage> </code>
55
+
p For adding subpackages from the registry, execute <code> dub add <packagename>:<subpackage> </code>
56
56
57
57
p If you need to compile a subpackage only, use <code> dub build :<subpackage> </code>
0 commit comments