.TH DUB-ADD-PATH 1 "2020-08-08" "The D Language Foundation" "The D Language Foundation" .SH NAME dub \- Package and build management system for D .SH SYNOPSIS \fBdub add-path\fR <\fIpath\fR> \fIOPTIONS\&.\&.\&.\fR .SH DESCRIPTION Adds a default package search path. All direct sub folders of this path will be searched for package descriptions and will be made available as packages. Using this command has the equivalent effect as calling 'dub add-local' on each of the sub folders manually. Any packages registered using add-path will be preferred over packages downloaded from the package registry when searching for dependencies during a build operation. The version of the packages will be determined by one of the following: - For GIT working copies, the last tag (git describe) is used to determine the version - If the package contains a "version" field in the package description, this is used - If neither of those apply, "~master" is assumed .SH OPTIONS .IP --system Register system-wide instead of user-wide .SH FILES \fIdub\&.sdl\fR, \fIdub\&.json\fR .SH AUTHOR Copyright (c) 1999-2020 by The D Language Foundation .SH "ONLINE DOCUMENTATION" .UR http://code.dlang.org/docs/commandline .UE http://code.dlang.org/docs/commandline .SH "SEE ALSO" \fBdmd(1)\fR, \fBdub(1)\fR